emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Wed, 12 Mar 2003 18:28:06 -0500

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.15 emacs/src/gtkutil.c:1.16
*** emacs/src/gtkutil.c:1.15    Wed Mar 12 18:24:52 2003
--- emacs/src/gtkutil.c Wed Mar 12 18:28:03 2003
***************
*** 2669,2675 ****
      }
  
    if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items))
!     return;
  
    if (event->type == GDK_ENTER_NOTIFY)
      {
--- 2669,2675 ----
      }
  
    if (! f || ! f->n_tool_bar_items || NILP (f->tool_bar_items))
!     return FALSE;
  
    if (event->type == GDK_ENTER_NOTIFY)
      {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]