summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-09 01:35:23 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-08-09 01:35:23 +0800
commit78b2beba8905046be619c9f9749eb6233119d64b (patch)
tree956344c2e329e1962fd59abd0c7e91dcb3dc4b89 /x11-fm/nautilus/files
parentc442561a351adbe907fe2b855f415fd8bde75823 (diff)
downloadmarcuscom-ports-78b2beba8905046be619c9f9749eb6233119d64b.tar
marcuscom-ports-78b2beba8905046be619c9f9749eb6233119d64b.tar.gz
marcuscom-ports-78b2beba8905046be619c9f9749eb6233119d64b.tar.bz2
marcuscom-ports-78b2beba8905046be619c9f9749eb6233119d64b.tar.lz
marcuscom-ports-78b2beba8905046be619c9f9749eb6233119d64b.tar.xz
marcuscom-ports-78b2beba8905046be619c9f9749eb6233119d64b.tar.zst
marcuscom-ports-78b2beba8905046be619c9f9749eb6233119d64b.zip
Update to 2.3.8.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1029 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/files')
-rw-r--r--x11-fm/nautilus/files/patch-libnautilus-private_nautilus-desktop-directory.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11-fm/nautilus/files/patch-libnautilus-private_nautilus-desktop-directory.c b/x11-fm/nautilus/files/patch-libnautilus-private_nautilus-desktop-directory.c
deleted file mode 100644
index c21a50b92..000000000
--- a/x11-fm/nautilus/files/patch-libnautilus-private_nautilus-desktop-directory.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- libnautilus-private/nautilus-desktop-directory.c.orig Mon Aug 4 01:14:37 2003
-+++ libnautilus-private/nautilus-desktop-directory.c Mon Aug 4 01:14:54 2003
-@@ -409,10 +409,10 @@
- desktop = NAUTILUS_DESKTOP_DIRECTORY (object);
-
- nautilus_directory_unref (desktop->details->real_directory);
-- g_free (desktop->details);
-
- g_hash_table_destroy (desktop->details->callbacks);
- g_hash_table_destroy (desktop->details->monitors);
-+ g_free (desktop->details);
-
- G_OBJECT_CLASS (parent_class)->finalize (object);
- }