emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xfns.c,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c,v
Date: Mon, 18 Sep 2006 16:48:05 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/09/18 16:48:05

Index: xfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfns.c,v
retrieving revision 1.675
retrieving revision 1.676
diff -u -b -r1.675 -r1.676
--- xfns.c      18 Sep 2006 16:42:09 -0000      1.675
+++ xfns.c      18 Sep 2006 16:48:05 -0000      1.676
@@ -160,7 +160,7 @@
 
 /* If non-zero, don't show additional help text in the GTK file chooser.  */
 
-int x_gtk_show_chooser_help_text;
+int x_gtk_file_dialog_help_text;
 
 /* If non-zero, don't collapse to tool bar when it is detached.  */
 
@@ -5818,11 +5818,11 @@
 chooser to show or not show hidden files on a case by case basis.  */);
   x_gtk_show_hidden_files = 0;
 
-  DEFVAR_BOOL ("x-gtk-show-chooser-help-text", &x_gtk_show_chooser_help_text,
+  DEFVAR_BOOL ("x-gtk-file-dialog-help-text", &x_gtk_file_dialog_help_text,
     doc: /* *If non-nil, the GTK file chooser will by show additional help 
text.
 If more space for files in the file chooser dialog is wanted, set this to nil
 to turn the additional text off.  */);
-  x_gtk_show_chooser_help_text = 1;
+  x_gtk_file_dialog_help_text = 1;
 
   DEFVAR_BOOL ("x-gtk-whole-detached-tool-bar", &x_gtk_whole_detached_tool_bar,
     doc: /* *If non-nil, a detached tool bar is shown in full.




reply via email to

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