comparison pidgin/gtkutils.c @ 31928:1f22e6ea1d2a

It seems like there's a dereference missing here. Is this the cause of some random menu problems on Windows?
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 22 Aug 2011 22:25:09 +0000
parents 3322201b446f
children fbbb9edb1d4c 692d32072539
comparison
equal deleted inserted replaced
31927:57694928058e 31928:1f22e6ea1d2a
1288 */ 1288 */
1289 gtk_widget_size_request (widget, &requisition); 1289 gtk_widget_size_request (widget, &requisition);
1290 1290
1291 monitor_num = gdk_screen_get_monitor_at_point (screen, *x, *y); 1291 monitor_num = gdk_screen_get_monitor_at_point (screen, *x, *y);
1292 1292
1293 push_in = FALSE; 1293 *push_in = FALSE;
1294 1294
1295 /* 1295 /*
1296 * The placement of popup menus horizontally works like this (with 1296 * The placement of popup menus horizontally works like this (with
1297 * RTL in parentheses) 1297 * RTL in parentheses)
1298 * 1298 *