90774037f4
Approved by: portmgr (implicit)
11 lines
364 B
C
11 lines
364 B
C
--- gtk/xdgmime/xdgmime.c.orig Mon Nov 8 22:25:27 2004
|
|
+++ gtk/xdgmime/xdgmime.c Sat Nov 13 10:27:22 2004
|
|
@@ -204,7 +204,7 @@
|
|
|
|
xdg_data_dirs = getenv ("XDG_DATA_DIRS");
|
|
if (xdg_data_dirs == NULL)
|
|
- xdg_data_dirs = "/usr/local/share/:/usr/share/";
|
|
+ xdg_data_dirs = "/usr/local/share/gnome/:/usr/local/share/:/usr/share/";
|
|
|
|
ptr = xdg_data_dirs;
|
|
|