openbsd-ports/x11/gnome/vfs2/patches/patch-libgnomevfs_xdgmime_c

13 lines
469 B
Plaintext
Raw Normal View History

$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,
2005-05-24 21:50:12 +00:00
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;