Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#292 closed bug (Fixed)

clicking the tray icon fails to restore the main window

Reported by: danii Owned by: andar
Priority: minor Milestone:
Component: GTK UI 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 (2)

comment:1 Changed 16 years ago by andar

  • Resolution set to fixed
  • Status changed from new to closed

Fixed [3275]

comment:2 Changed 16 years ago by anonymous

  • Milestone 0.6.0 deleted

Milestone 0.6.0 deleted

Note: See TracTickets for help on using tickets.