# HG changeset patch # User Elliott Sales de Andrade # Date 1314051909 0 # Node ID 1f22e6ea1d2ad27824ba221829a77f677e64aef7 # Parent 57694928058e9a4d701ba7204d7f859c7d8159b4 It seems like there's a dereference missing here. Is this the cause of some random menu problems on Windows? diff -r 57694928058e -r 1f22e6ea1d2a pidgin/gtkutils.c --- a/pidgin/gtkutils.c Mon Aug 22 16:36:48 2011 +0000 +++ b/pidgin/gtkutils.c Mon Aug 22 22:25:09 2011 +0000 @@ -1290,7 +1290,7 @@ monitor_num = gdk_screen_get_monitor_at_point (screen, *x, *y); - push_in = FALSE; + *push_in = FALSE; /* * The placement of popup menus horizontally works like this (with