Bringing up gajim from the messages indicator breaks on your PPA on
lucid. The error message:
TypeError: server_display() takes exactly 1 argument (2 given)
Patch:
--- notify.py.orig 2010-07-30 16:02:46.000000000 +0300
+++ notify.py 2010-07-30 16:03:20.000000000 +0300
@@ -64,7 +64,7 @@
gajim.interface.handle_event(account, jid, msg_type)
indicator.hide()
-def server_display(server):
+def server_display(server, arg):
win = gajim.interface.roster.window
win.present()
--
gajim doesn't have indicator support
https://bugs.launchpad.net/bugs/587272
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs