# HG changeset patch # User Richard Laager # Date 1132355688 0 # Node ID ed6c64e5e0edfabfe8a2f839a9245ae39a973055 # Parent 8500930c005ee19729c3e747dc73b77db17a86b5 [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 diff -r 8500930c005e -r ed6c64e5e0ed src/gtkconv.c --- 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")) {