13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
$OpenBSD: patch-libgnomevfs_gnome-vfs-mime-info_c,v 1.1 2005/05/24 21:50:12 marcm Exp $
|
|
--- libgnomevfs/gnome-vfs-mime-info.c.orig Tue Dec 14 07:30:29 2004
|
|
+++ libgnomevfs/gnome-vfs-mime-info.c Mon Apr 4 22:37:37 2005
|
|
@@ -150,7 +150,7 @@ gnome_vfs_mime_init (void)
|
|
|
|
xdg_data_dirs = g_getenv ("XDG_DATA_DIRS");
|
|
if (!xdg_data_dirs) {
|
|
- xdg_data_dirs = "/usr/local/share/:/usr/share/";
|
|
+ xdg_data_dirs = "/var/db/gnome/:/usr/local/share/";
|
|
}
|
|
|
|
split_data_dirs = g_strsplit (xdg_data_dirs, ":", 0);
|