aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xfns.c b/src/xfns.c
index ea6d43f649f..c0806242d0b 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -152,7 +152,7 @@ int display_hourglass_p;
152 152
153/* Non-zero means prompt with the old GTK file selection dialog. */ 153/* Non-zero means prompt with the old GTK file selection dialog. */
154 154
155int x_use_old_gtk_file_dialog; 155int x_gtk_use_old_file_dialog;
156 156
157/* If non-zero, by default show hidden files in the GTK file chooser. */ 157/* If non-zero, by default show hidden files in the GTK file chooser. */
158 158
@@ -5805,12 +5805,12 @@ Chinese, Japanese, and Korean. */);
5805 Vx_pixel_size_width_font_regexp = Qnil; 5805 Vx_pixel_size_width_font_regexp = Qnil;
5806 5806
5807/* This is not ifdef:ed, so other builds than GTK can customize it. */ 5807/* This is not ifdef:ed, so other builds than GTK can customize it. */
5808 DEFVAR_BOOL ("x-use-old-gtk-file-dialog", &x_use_old_gtk_file_dialog, 5808 DEFVAR_BOOL ("x-gtk-use-old-file-dialog", &x_gtk_use_old_file_dialog,
5809 doc: /* *Non-nil means prompt with the old GTK file selection dialog. 5809 doc: /* *Non-nil means prompt with the old GTK file selection dialog.
5810If nil or if the file selection dialog is not available, the new GTK file 5810If nil or if the file selection dialog is not available, the new GTK file
5811chooser is used instead. To turn off all file dialogs set the 5811chooser is used instead. To turn off all file dialogs set the
5812variable `use-file-dialog'. */); 5812variable `use-file-dialog'. */);
5813 x_use_old_gtk_file_dialog = 0; 5813 x_gtk_use_old_file_dialog = 0;
5814 5814
5815 DEFVAR_BOOL ("x-gtk-show-hidden-files", &x_gtk_show_hidden_files, 5815 DEFVAR_BOOL ("x-gtk-show-hidden-files", &x_gtk_show_hidden_files,
5816 doc: /* *If non-nil, the GTK file chooser will by default show hidden files. 5816 doc: /* *If non-nil, the GTK file chooser will by default show hidden files.