(xg_tool_bar_help_callback): Add missing return value.
authorAndreas Schwab <schwab@suse.de>
Wed, 12 Mar 2003 23:28:03 +0000 (23:28 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 12 Mar 2003 23:28:03 +0000 (23:28 +0000)
src/gtkutil.c

index 3bbac91..d733a47 100644 (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)
     {