diff options
Diffstat (limited to 'invest-applet/invest')
-rw-r--r-- | invest-applet/invest/applet.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/invest-applet/invest/applet.py b/invest-applet/invest/applet.py index 4a0b83ce..2210599f 100644 --- a/invest-applet/invest/applet.py +++ b/invest-applet/invest/applet.py @@ -139,7 +139,6 @@ class InvestmentsListWindow(Gtk.Window): screen = window.get_screen() monitor = screen.get_monitor_geometry (screen.get_monitor_at_window (window)) (ret, ax, ay) = window.get_origin() - (aw, ah) = self.applet.window.get_size () (ignored, ignored, aw, ah) = window.get_geometry() else: screen = self.applet.get_screen() |