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
afd6c412
Commit
afd6c412
authored
Sep 18, 2006
by
Jan Djärv
Browse files
* gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog.
parent
1dd3c9b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/gtkutil.c
src/gtkutil.c
+2
-2
No files found.
src/gtkutil.c
View file @
afd6c412
...
...
@@ -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
...
...
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