summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c
diff options
context:
space:
mode:
author(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
committer(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
commit73cb2357a7c7f905403cf41592bcbd7286fd85ae (patch)
tree2f5e26903a1f136a9e2f54af42475b280a215a6d /devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c
parentfd170dfee433454a5e1f74c295bf23f3835894c0 (diff)
downloadmarcuscom-ports-GNOME_2_6.tar
marcuscom-ports-GNOME_2_6.tar.gz
marcuscom-ports-GNOME_2_6.tar.bz2
marcuscom-ports-GNOME_2_6.tar.lz
marcuscom-ports-GNOME_2_6.tar.xz
marcuscom-ports-GNOME_2_6.tar.zst
marcuscom-ports-GNOME_2_6.zip
This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'.GNOME_2_6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c')
-rw-r--r--devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c
deleted file mode 100644
index f6bb8f9ff..000000000
--- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c
+++ /dev/null
@@ -1,29 +0,0 @@
-
-$FreeBSD: ports/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c,v 1.3 2003/09/18 06:49:30 marcus Exp $
-
---- libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 07:31:15 1.1
-+++ libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 08:25:24
-@@ -940,6 +940,8 @@
- static void
- gnome_vfs_application_registry_init (void)
- {
-+ gchar *tmp;
-+
- if (gnome_vfs_application_registry_initialized)
- return;
-
-@@ -961,6 +963,14 @@
- gnome_registry_dir.dirname = g_strdup (DATADIR "/application-registry");
- gnome_registry_dir.system_dir = TRUE;
-
-+ tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL);
-+ if (mkdir (tmp, 0700) &&
-+ errno != EEXIST) {
-+ g_warning("Could not create per-user Gnome configuration directory: %s",
-+ tmp);
-+ }
-+ g_free(tmp);
-+
- user_registry_dir.dirname = g_strconcat (g_get_home_dir(), "/.gnome/application-info", NULL);
- user_registry_dir.system_dir = FALSE;
-