summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk30/files/patch-gtk_xdgmime_xdgmime.c
blob: 76c5eea6c35bbf32adc3eb10fd22e4134d2deb64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gtk/xdgmime/xdgmime.c.orig	Wed Jun 23 20:19:43 2004
+++ gtk/xdgmime/xdgmime.c	Wed Jun 23 20:19:56 2004
@@ -98,7 +98,7 @@
 
       xdg_data_dirs = getenv ("XDG_DATA_DIRS");
       if (xdg_data_dirs == NULL)
-	xdg_data_dirs = "/usr/local/share/:/usr/share/";
+	xdg_data_dirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/";
 
       ptr = xdg_data_dirs;