Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
159f8da7
Commit
159f8da7
authored
Sep 18, 2006
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
x_gtk_file_dialog_help_text.
parent
a10fe834
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/xfns.c
src/xfns.c
+3
-3
No files found.
src/xfns.c
View file @
159f8da7
...
...
@@ -160,7 +160,7 @@ 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
;
int
x_gtk_
file_dialog
_help_text
;
/* If non-zero, don't collapse to tool bar when it is detached. */
...
...
@@ -5818,11 +5818,11 @@ Note that this is just the default, there is a toggle button on the file
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment