#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'
Note:
See TracTickets
for help on using tickets.
Fixed [3275]