changeset 12140:ed6c64e5e0ed

[gaim-migrate @ 14441] A fix from sadrul... This makes the tab right-click menu options work correctly when the conversation window is NOT in the top-left corner of your display. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 18 Nov 2005 23:14:48 +0000
parents 8500930c005e
children dcd2bcad2f3d
files src/gtkconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Fri Nov 18 22:49:50 2005 +0000
+++ b/src/gtkconv.c	Fri Nov 18 23:14:48 2005 +0000
@@ -6453,7 +6453,7 @@
 		return FALSE;
 
 	gtkconv = gaim_gtk_conv_window_get_gtkconv_at_index(win,
-			gaim_gtkconv_get_tab_at_xy(win, event->x, event->y, NULL));
+			gaim_gtkconv_get_tab_at_xy(win, event->x_root, event->y_root, NULL));
 
 	if (g_object_get_data(G_OBJECT(notebook->menu), "clicked_tab"))
 	{