aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2006-09-18 16:41:49 +0000
committerJan Djärv2006-09-18 16:41:49 +0000
commitafd6c41297dd920b10843adbc93dd753f3f776e3 (patch)
tree99c1dca7b77b2405714700c6cfd518d9aa5560ee /src
parent1dd3c9b6b956e69effe454b0c49bbe865e39f64c (diff)
downloademacs-afd6c41297dd920b10843adbc93dd753f3f776e3.tar.gz
emacs-afd6c41297dd920b10843adbc93dd753f3f776e3.zip
* gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog.
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index f16d0aea80c..5cc3f5834b8 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -1212,8 +1212,8 @@ int
1212xg_uses_old_file_dialog () 1212xg_uses_old_file_dialog ()
1213{ 1213{
1214#ifdef HAVE_GTK_FILE_BOTH 1214#ifdef HAVE_GTK_FILE_BOTH
1215 extern int x_use_old_gtk_file_dialog; 1215 extern int x_gtk_use_old_file_dialog;
1216 return x_use_old_gtk_file_dialog; 1216 return x_gtk_use_old_file_dialog;
1217#else /* ! HAVE_GTK_FILE_BOTH */ 1217#else /* ! HAVE_GTK_FILE_BOTH */
1218 1218
1219#ifdef HAVE_GTK_FILE_SELECTION_NEW 1219#ifdef HAVE_GTK_FILE_SELECTION_NEW