(xg_tool_bar_proxy_help_callback): Fix missing return.
This commit is contained in:
parent
2cc7b62f11
commit
eba5eb94c7
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2009-12-09 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* gtkutil.c (xg_tool_bar_proxy_help_callback): Fix missing return.
|
||||
|
||||
Fix implicit function declarations.
|
||||
* cmds.c: Include "frame.h".
|
||||
* frame.c: Include "font.h" also if !HAVE_WINDOW_SYSTEM.
|
||||
|
|
|
@ -3455,7 +3455,7 @@ xg_tool_bar_proxy_help_callback (w, event, client_data)
|
|||
GtkWidget *wbutton = GTK_WIDGET (g_object_get_data (G_OBJECT (w),
|
||||
XG_TOOL_BAR_PROXY_BUTTON));
|
||||
|
||||
xg_tool_bar_help_callback (wbutton, event, client_data);
|
||||
return xg_tool_bar_help_callback (wbutton, event, client_data);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue