diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2006-09-18 16:41:49 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2006-09-18 16:41:49 +0000 |
commit | afd6c41297dd920b10843adbc93dd753f3f776e3 (patch) | |
tree | 99c1dca7b77b2405714700c6cfd518d9aa5560ee /src/gtkutil.c | |
parent | 1dd3c9b6b956e69effe454b0c49bbe865e39f64c (diff) | |
download | emacs-afd6c41297dd920b10843adbc93dd753f3f776e3.tar.gz emacs-afd6c41297dd920b10843adbc93dd753f3f776e3.tar.bz2 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/gtkutil.c')
-rw-r--r-- | src/gtkutil.c | 4 |
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 xg_uses_old_file_dialog () { #ifdef HAVE_GTK_FILE_BOTH - extern int x_use_old_gtk_file_dialog; - return x_use_old_gtk_file_dialog; + extern int x_gtk_use_old_file_dialog; + return x_gtk_use_old_file_dialog; #else /* ! HAVE_GTK_FILE_BOTH */ #ifdef HAVE_GTK_FILE_SELECTION_NEW |