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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Thu, 04 Nov 2004 10:18:04 -0500

Index: emacs/src/gtkutil.c
diff -c emacs/src/gtkutil.c:1.48 emacs/src/gtkutil.c:1.49
*** emacs/src/gtkutil.c:1.48    Thu Nov  4 14:18:22 2004
--- emacs/src/gtkutil.c Thu Nov  4 15:05:27 2004
***************
*** 1131,1137 ****
  };
  
  #ifdef HAVE_GTK_FILE_BOTH
! static int use_old_gtk_file_dialog;
  #endif
  
  
--- 1131,1137 ----
  };
  
  #ifdef HAVE_GTK_FILE_BOTH
! int use_old_gtk_file_dialog;
  #endif
  
  
***************
*** 3554,3567 ****
                                      "gtk-key-theme-name",
                                      "Emacs",
                                      EMACS_CLASS);
- 
- #ifdef HAVE_GTK_FILE_BOTH
-   DEFVAR_BOOL ("use-old-gtk-file-dialog", &use_old_gtk_file_dialog,
-     doc: /* *Non-nil means that the old GTK file selection dialog is used.
-             If nil the new GTK file chooser is used instead.  To turn off
-             all file dialogs set the variable `use-file-dialog'.  */);
-   use_old_gtk_file_dialog = 0;
- #endif
  }
  
  #endif /* USE_GTK */
--- 3554,3559 ----




reply via email to

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