summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-05-15 18:30:55 +0200
committerinfirit <[email protected]>2014-05-15 18:30:55 +0200
commita75ab9ff43448aaf5dbb307cfea0ae40efaf01bb (patch)
tree2e747d91c6e59995f2d17616f57a935d489dbed2
parentd9346d5dfeeb888d72a89611f1f1327cc6843933 (diff)
downloadmate-applets-a75ab9ff43448aaf5dbb307cfea0ae40efaf01bb.tar.bz2
mate-applets-a75ab9ff43448aaf5dbb307cfea0ae40efaf01bb.tar.xz
invest: Fix popup window in gtk3 version
-rw-r--r--invest-applet/invest/applet.py1
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()