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,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c,v
Date: Sat, 23 Sep 2006 03:07:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/09/23 03:07:19

Index: gtkutil.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/gtkutil.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -b -r1.95 -r1.96
--- gtkutil.c   22 Sep 2006 08:19:55 -0000      1.95
+++ gtkutil.c   23 Sep 2006 03:07:19 -0000      1.96
@@ -1384,7 +1384,7 @@
       message[0] = '\0';
       /* Gtk+ 2.10 has the file name text entry box integrated in the dialog.
          Show the C-l help text only for versions < 2.10.  */
-      if (gtk_check_version(2, 10, 0) && action != 
GTK_FILE_CHOOSER_ACTION_SAVE)
+      if (gtk_check_version (2, 10, 0) && action != 
GTK_FILE_CHOOSER_ACTION_SAVE)
         strcat (message, "\nType C-l to display a file name text entry 
box.\n");
       strcat (message, "\nIf you don't like this file selector, use the "
               "corresponding\nkey binding or customize "




reply via email to

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