Comment 6 for bug 421021

Revision history for this message
James Ogley (riggwelter) wrote :

Updated to bzr445 which is latest trunk and has this work but it fails:

DEBUG:gwibber:Starting scheduled operations
Exception in thread Thread-5:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 522, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.6/site-packages/gwibber/microblog/__init__.py", line 204, in run
    if not k in self.messages: self.new_message(v)
  File "/usr/lib/python2.6/site-packages/gwibber/server.py", line 215, in new_message
    self.show_notification_bubble(message)
  File "/usr/lib/python2.6/site-packages/gwibber/server.py", line 248, in show_notification_bubble
    n = gintegration.notify(message["sender"], body, image, ["reply", "Reply"], expire_timeout)
  File "/usr/lib/python2.6/site-packages/gwibber/gintegration.py", line 47, in notify
    notification.add_action(action)
TypeError: NotifyNotification.add_action requires at least 3 arguments