summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c
diff options
context:
space:
mode:
authorpav <pav@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-25 07:07:08 +0800
committerpav <pav@df743ca5-7f9a-e211-a948-0013205c9059>2005-01-25 07:07:08 +0800
commitbfb8ab505da34378fbd6126cf582b97e06f36985 (patch)
treede369edec9e1eef7eac290d6366ebe692a25594a /x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c
parentc1ea1713d050d66874b7349c1df2573aefc1aa9d (diff)
downloadmarcuscom-ports-bfb8ab505da34378fbd6126cf582b97e06f36985.tar
marcuscom-ports-bfb8ab505da34378fbd6126cf582b97e06f36985.tar.gz
marcuscom-ports-bfb8ab505da34378fbd6126cf582b97e06f36985.tar.bz2
marcuscom-ports-bfb8ab505da34378fbd6126cf582b97e06f36985.tar.lz
marcuscom-ports-bfb8ab505da34378fbd6126cf582b97e06f36985.tar.xz
marcuscom-ports-bfb8ab505da34378fbd6126cf582b97e06f36985.tar.zst
marcuscom-ports-bfb8ab505da34378fbd6126cf582b97e06f36985.zip
- Rename x11-toolkits/eel2 -> x11-toolkits/eel
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3488 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c')
-rw-r--r--x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c b/x11-toolkits/eel/files/patch-eel_eel-open-with-dialog.c
new file mode 100644
index 000000000..9512a2703
--- /dev/null
+++ b/x11-toolkits/eel/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);
+ }