diff options
author | infirit <[email protected]> | 2014-05-15 18:30:55 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-15 18:30:55 +0200 |
commit | a75ab9ff43448aaf5dbb307cfea0ae40efaf01bb (patch) | |
tree | 2e747d91c6e59995f2d17616f57a935d489dbed2 /invest-applet/invest/applet.py | |
parent | d9346d5dfeeb888d72a89611f1f1327cc6843933 (diff) | |
download | mate-applets-a75ab9ff43448aaf5dbb307cfea0ae40efaf01bb.tar.bz2 mate-applets-a75ab9ff43448aaf5dbb307cfea0ae40efaf01bb.tar.xz |
invest: Fix popup window in gtk3 version
Diffstat (limited to 'invest-applet/invest/applet.py')
-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() |