Comment 2 for bug 581414

Revision history for this message
leigh123linux (leigh123linux-deactivatedaccount) wrote :

Adding commit 1311 to patch 0.4.0 has introduced this error.

awnlib.py:209:unregister:RuntimeError: Dialog 'secondary' not registered

Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/awn/extras/threadqueue.py", line 79, in _callback
    callback(*args)
  File "/usr/share/avant-window-navigator/applets/weather/weather.py", line 519, in error_cb
    self.network_error_cb(e, tb)
  File "/usr/share/avant-window-navigator/applets/weather/weather.py", line 246, in network_error_cb
    self.applet.dialog.unregister("secondary")
  File "/usr/lib64/python2.6/site-packages/awn/extras/awnlib.py", line 209, in unregister
    raise RuntimeError("Dialog '%s' not registered" % dialog)
RuntimeError: Dialog 'secondary' not registered

Local variables in innermost frame:
self: <awn.extras.awnlib.Dialogs instance at 0x2710560>
dialog: 'secondary'

https://bugzilla.redhat.com/show_bug.cgi?id=597791

https://bugzilla.redhat.com/attachment.cgi?id=418035