diff --git a/src/notify.py b/src/notify.py
index 598df3fc3a7584d1dbd90db27be3d06fdbe65c78..9a6ba87e684e2fc1ea504dac238b8f7069e1fde8 100644
--- a/src/notify.py
+++ b/src/notify.py
@@ -530,7 +530,7 @@ class DesktopNotification:
 		if version > [0, 3]:
 			if gajim.interface.systray_enabled and \
 			gajim.config.get('attach_notifications_to_systray'):
-				x, y = gajim.interface.systray.img_tray.window.get_position()
+				x, y = gajim.interface.systray.img_tray.window.get_origin()
 				x_, y_, width, height, depth = \
 					gajim.interface.systray.img_tray.window.get_geometry()
 				pos_x = x + (width / 2)