1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

(xg_tool_bar_help_callback): Add missing return value.

This commit is contained in:
Andreas Schwab 2003-03-12 23:28:03 +00:00
parent 7a555affd4
commit d930143556

View file

@ -2669,7 +2669,7 @@ xg_tool_bar_help_callback (w, event, client_data)
}
if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items))
return;
return FALSE;
if (event->type == GDK_ENTER_NOTIFY)
{