pidgin: 662fd6d0: It seems like there's a dereference miss...
qulogic at pidgin.im
qulogic at pidgin.im
Mon Aug 22 23:21:00 EDT 2011
----------------------------------------------------------------------
Revision: 662fd6d0faf9634c19691e926ec572bae1df2fd6
Parent: 5da91575f92c8c13d7a85eef338ec6da55e6fb26
Author: qulogic at pidgin.im
Date: 08/22/11 18:25:09
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/662fd6d0faf9634c19691e926ec572bae1df2fd6
Changelog:
It seems like there's a dereference missing here.
Is this the cause of some random menu problems on Windows?
Changes against parent 5da91575f92c8c13d7a85eef338ec6da55e6fb26
patched pidgin/gtkutils.c
-------------- next part --------------
============================================================
--- pidgin/gtkutils.c 65592f2d9db13a6eec6d9fa1efcb8a52e65004b1
+++ pidgin/gtkutils.c 683fece8af889283232541f55ada51454cb2789a
@@ -1290,7 +1290,7 @@ pidgin_menu_position_func_helper(GtkMenu
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
More information about the Commits
mailing list