Ticket #292 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

clicking the tray icon fails to restore the main window

Reported by: danii Owned by: andar
Priority: minor Milestone:
Component: gtkui Version: 0.6.0svn
Keywords: system tray window restore Cc:

Description

Deluge 0.6.0.0r3270 when you enable "Start in tray" the next time you restart deluge, when you click the tray icon to restore the window it fails with:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/systemtray.py", line 249, in on_tray_clicked
    self.window.present()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/mainwindow.py", line 99, in present
    self.config["window_x_pos"] = self.window_x_pos
AttributeError: MainWindow instance has no attribute 'window_x_pos'

right clicking the tray icon and selecting "Show Deluge" fails with:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/systemtray.py", line 267, in on_menuitem_show_deluge_activate
    self.window.present()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/mainwindow.py", line 99, in present
    self.config["window_x_pos"] = self.window_x_pos
AttributeError: MainWindow instance has no attribute 'window_x_pos'

Change History

Changed 5 years ago by andar

  • status changed from new to closed
  • resolution set to fixed

Fixed [3275]

Changed 5 years ago by anonymous

  • milestone 0.6.0 deleted

Milestone 0.6.0 deleted

Note: See TracTickets for help on using tickets.