Comment 1 for bug 547154

Revision history for this message
moonbeam (rcryderman) wrote : Re: AWN Comics! Right-Clicking Gone

Issue verified here, except that the context menu is available once after the applet is loaded.

The second and later right click produces the following console output.

Traceback (most recent call last):
  File "/usr/local/share/avant-window-navigator/applets/comics/comics.py", line 241, in on_button_press
    self.on_button3_pressed(event)
  File "/usr/local/share/avant-window-navigator/applets/comics/comics.py", line 233, in on_button3_pressed
    menu = self.make_menu()
  File "/usr/local/share/avant-window-navigator/applets/comics/comics.py", line 162, in make_menu
    if manage_item.parent is not None:
AttributeError: 'NoneType' object has no attribute 'parent'