gwibber-team team mailing list archive
-
gwibber-team team
-
Mailing list archive
-
Message #00003
Account dialog borkage
Hi,
One of the recent commits appears to have broken the accounts dialog.
Hitting "Accounts->Manage" throws the following:
Traceback (most recent call last):
File "/home/ssmith/programming/gwibber-trunk/gwibber/client.py",
line 517, in <lambda>
menuAccountsManage.connect("activate", lambda *a:
self.accounts.show_account_list())
File "/home/ssmith/programming/gwibber-trunk/gwibber/configui.py",
line 127, in show_account_list
[_("Protocol"), lambda a: a.get_protocol().PROTOCOL_INFO["name"]],
File "/home/ssmith/programming/gwibber-trunk/gwibber/table.py", line
103, in generate
return View(Style(cols), Store(), Filter())
File "/home/ssmith/programming/gwibber-trunk/gwibber/table.py", line
89, in __init__
self.tree_style.make_columns(self)
File "/home/ssmith/programming/gwibber-trunk/gwibber/table.py", line
64, in make_columns
col = gtk.TreeViewColumn(_(DEFAULT_COLUMNS[name]),
gtk.CellRendererText(), text=ci)
KeyError: 'Username'
The offending revision is 191. I'm not sure exactly what was being
achieved with these updates so I'll avoid messing with it myself.
Cheers,
Steve
Follow ups