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:
parent
7a555affd4
commit
d930143556
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue