blob: 8c36dc5d8d4d79dc75a6efdaf7275eee32b265ea (
plain) (
tree)
|
|
--- gio/xdgmime/xdgmime.c.orig Mon Nov 8 22:25:27 2004
+++ gio/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/";
ptr = xdg_data_dirs;
|