comparison src/gtkutil.c @ 106512:471e6932ea09

(xg_tool_bar_proxy_help_callback): Fix missing return.
author Andreas Schwab <schwab@linux-m68k.org>
date Wed, 09 Dec 2009 14:26:26 +0000
parents 9b6f45dd8386
children 3acd32c3e0ac
comparison
equal deleted inserted replaced
106511:1905fc4b8a80 106512:471e6932ea09
3453 gpointer client_data; 3453 gpointer client_data;
3454 { 3454 {
3455 GtkWidget *wbutton = GTK_WIDGET (g_object_get_data (G_OBJECT (w), 3455 GtkWidget *wbutton = GTK_WIDGET (g_object_get_data (G_OBJECT (w),
3456 XG_TOOL_BAR_PROXY_BUTTON)); 3456 XG_TOOL_BAR_PROXY_BUTTON));
3457 3457
3458 xg_tool_bar_help_callback (wbutton, event, client_data); 3458 return xg_tool_bar_help_callback (wbutton, event, client_data);
3459 } 3459 }
3460 3460
3461 3461
3462 /* This callback is called when a tool item should create a proxy item, 3462 /* This callback is called when a tool item should create a proxy item,
3463 such as for the overflow menu. Also called when the tool bar is detached. 3463 such as for the overflow menu. Also called when the tool bar is detached.