aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/eel2/files/patch-eel_eel-open-with-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/eel2/files/patch-eel_eel-open-with-dialog.c')
-rw-r--r--x11-toolkits/eel2/files/patch-eel_eel-open-with-dialog.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/eel2/files/patch-eel_eel-open-with-dialog.c b/x11-toolkits/eel2/files/patch-eel_eel-open-with-dialog.c
new file mode 100644
index 000000000000..9512a2703290
--- /dev/null
+++ b/x11-toolkits/eel2/files/patch-eel_eel-open-with-dialog.c
@@ -0,0 +1,11 @@
+--- eel/eel-open-with-dialog.c.orig Mon Oct 4 00:30:27 2004
++++ eel/eel-open-with-dialog.c Mon Oct 4 00:30:40 2004
+@@ -380,7 +380,7 @@
+ gtk_file_chooser_set_select_multiple (GTK_FILE_CHOOSER (chooser),
+ FALSE);
+ gtk_file_chooser_set_current_folder (GTK_FILE_CHOOSER (chooser),
+- "/usr/bin");
++ "%%X11BASE%%/bin");
+
+ gtk_widget_show (chooser);
+ }