Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a10fe834
Commit
a10fe834
authored
Sep 18, 2006
by
Jan Djärv
Browse files
* gtkutil.c (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
x_gtk_file_dialog_help_text.
parent
1a2b3a9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/gtkutil.c
src/gtkutil.c
+3
-3
No files found.
src/gtkutil.c
View file @
a10fe834
...
...
@@ -1350,7 +1350,7 @@ xg_get_file_with_chooser (f, prompt, default_filename,
GTK_FILE_CHOOSER_ACTION_OPEN
:
GTK_FILE_CHOOSER_ACTION_SAVE
);
extern
int
x_gtk_show_hidden_files
;
extern
int
x_gtk_
show_chooser
_help_text
;
extern
int
x_gtk_
file_dialog
_help_text
;
if
(
only_dir_p
)
...
...
@@ -1379,7 +1379,7 @@ xg_get_file_with_chooser (f, prompt, default_filename,
g_signal_connect
(
G_OBJECT
(
filewin
),
"notify"
,
G_CALLBACK
(
xg_toggle_notify_cb
),
wtoggle
);
if
(
x_gtk_
show_chooser
_help_text
)
if
(
x_gtk_
file_dialog
_help_text
)
{
message
[
0
]
=
'\0'
;
if
(
action
!=
GTK_FILE_CHOOSER_ACTION_SAVE
)
...
...
@@ -1393,7 +1393,7 @@ xg_get_file_with_chooser (f, prompt, default_filename,
}
gtk_box_pack_start
(
GTK_BOX
(
wbox
),
wtoggle
,
FALSE
,
FALSE
,
0
);
if
(
x_gtk_
show_chooser
_help_text
)
if
(
x_gtk_
file_dialog
_help_text
)
gtk_box_pack_start
(
GTK_BOX
(
wbox
),
wmessage
,
FALSE
,
FALSE
,
0
);
gtk_file_chooser_set_extra_widget
(
GTK_FILE_CHOOSER
(
filewin
),
wbox
);
...
...
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