From afd6c41297dd920b10843adbc93dd753f3f776e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 18 Sep 2006 16:41:49 +0000 Subject: [PATCH] * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog. --- src/gtkutil.c | 4 ++-- 1 file 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 -- 2.11.4.GIT