# HG changeset patch # User Elliott Sales de Andrade # Date 1314052772 0 # Node ID 692d320725393277118e31bc9cfe005f8ba0e085 # Parent 1f22e6ea1d2ad27824ba221829a77f677e64aef7# Parent 24ea40d8f1300e91ea5ee1ec8501b0f52fc6fe50 propagate from branch 'im.pidgin.pidgin' (head 662fd6d0faf9634c19691e926ec572bae1df2fd6) to branch 'im.pidgin.cpw.qulogic.gtk3' (head e4a9539c557603484c2ae651f52bacd1509bbac5) diff -r 24ea40d8f130 -r 692d32072539 ChangeLog.win32 diff -r 24ea40d8f130 -r 692d32072539 pidgin/gtkmain.c diff -r 24ea40d8f130 -r 692d32072539 pidgin/gtkutils.c --- a/pidgin/gtkutils.c Mon Aug 22 22:18:41 2011 +0000 +++ b/pidgin/gtkutils.c Mon Aug 22 22:39:32 2011 +0000 @@ -1235,7 +1235,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 diff -r 24ea40d8f130 -r 692d32072539 pidgin/gtkutils.h