diff options
| -rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 3bbac91bc46..d733a476654 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -2669,7 +2669,7 @@ xg_tool_bar_help_callback (w, event, client_data) | |||
| 2669 | } | 2669 | } |
| 2670 | 2670 | ||
| 2671 | if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items)) | 2671 | if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items)) |
| 2672 | return; | 2672 | return FALSE; |
| 2673 | 2673 | ||
| 2674 | if (event->type == GDK_ENTER_NOTIFY) | 2674 | if (event->type == GDK_ENTER_NOTIFY) |
| 2675 | { | 2675 | { |