summaryrefslogtreecommitdiff
path: root/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-13 11:07:53 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-13 11:07:53 +0000
commit403333e2d7c0ff87a0a449d7f2d014d941a20d8a (patch)
tree07a2b7512f0459584bf01d319fb138aaea4bbfc5 /packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch
parent4cefece868c0779bff0aa15b9f5723999f3d39c0 (diff)
gconf-dbus svn remove obsolete patches
Diffstat (limited to 'packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch')
-rw-r--r--packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch b/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch
deleted file mode 100644
index c195aad639..0000000000
--- a/packages/gnome/gconf-dbus/xml-backend-locks-compile-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- trunk/backends/xml-backend.c~ 2006-01-18 09:57:39.000000000 -0800
-+++ trunk/backends/xml-backend.c 2006-01-19 11:38:37.000000000 -0800
-@@ -115,6 +115,13 @@
-
- typedef struct _XMLSource XMLSource;
-
-+extern GConfLock*
-+gconf_get_lock (const gchar *lock_directory,
-+ GError **err);
-+extern gboolean
-+gconf_release_lock (GConfLock *lock,
-+ GError **err);
-+
- /* XMLSource **/
-
- struct _XMLSource {