]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 23 Sep 2006 03:07:19 +0000 (03:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 23 Sep 2006 03:07:19 +0000 (03:07 +0000)
src/gtkutil.c

index 19fb8ef69a395242761183c4d24b074406170aac..fb3c9447f84f525be3066946e57701228819959d 100644 (file)
@@ -1384,7 +1384,7 @@ xg_get_file_with_chooser (f, prompt, default_filename,
       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 "