openbsd-ports/x11/gnome/vfs2/patches/patch-libgnomevfs_xdgmime_c
jasper 4501e4c0e1 update gnome-vfs2 to 2.18.1
based on diffs by alek@
testing by Mikolaj Kucharski

ok martynas@
2007-04-27 22:06:37 +00:00

13 lines
469 B
Plaintext

$OpenBSD: patch-libgnomevfs_xdgmime_c,v 1.2 2007/04/27 22:06:38 jasper Exp $
--- libgnomevfs/xdgmime.c.orig Tue Apr 10 14:03:59 2007
+++ libgnomevfs/xdgmime.c Thu Apr 19 21:20:04 2007
@@ -236,7 +236,7 @@ xdg_run_command_on_dirs (XdgDirectoryFunc func,
xdg_data_dirs = getenv ("XDG_DATA_DIRS");
if (xdg_data_dirs == NULL)
- xdg_data_dirs = "/usr/local/share/:/usr/share/";
+ xdg_data_dirs = "/var/db/gnome/:/usr/local/share/";
ptr = xdg_data_dirs;