# HG changeset patch # User Jan Dj¸«£rv # Date 1158428615 0 # Node ID eea4777d0d23a9243a2ed95da3d0dc26c3403f64 # Parent 0ee8cea94c2562ec99cd1a254af9a581aa35108b * xfns.c (syms_of_xfns): New variable: x-gtk-show-chooser-help-text. diff -r 0ee8cea94c25 -r eea4777d0d23 src/xfns.c --- a/src/xfns.c Sat Sep 16 17:43:21 2006 +0000 +++ b/src/xfns.c Sat Sep 16 17:43:35 2006 +0000 @@ -158,6 +158,10 @@ int x_gtk_show_hidden_files; +/* If non-zero, don't show additional help text in the GTK file chooser. */ + +int x_gtk_show_chooser_help_text; + /* If non-zero, don't collapse to tool bar when it is detached. */ int x_gtk_whole_detached_tool_bar; @@ -5814,6 +5818,12 @@ 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, + 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; + 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. The default is to just show an arrow and pressing on that arrow shows