summaryrefslogtreecommitdiff
path: root/www/barque/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/barque/files/patch-ab')
-rw-r--r--www/barque/files/patch-ab19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/barque/files/patch-ab b/www/barque/files/patch-ab
deleted file mode 100644
index bdb31bd3cd17..000000000000
--- a/www/barque/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
---- capplet/barque-capplet.c.orig Thu Mar 29 18:19:20 2001
-+++ capplet/barque-capplet.c Thu Mar 29 18:19:32 2001
-@@ -91,14 +91,14 @@
- int main(int argc, char *argv[]) {
- GladeXML *xml;
- GtkWidget *prefs;
-- static GError *error = NULL;
-+ static GConfError *error = NULL;
-
- if (gnome_capplet_init ("barque-capplet", VERSION, argc, argv, NULL, 0, NULL) < 0)
- return 1;
-
- if (!gconf_init(argc, argv, &error)) {
- g_assert(error != NULL);
-- g_warning("GConf init failed:\n %s", error->message);
-+ g_warning("GConf init failed:\n %s", error->str);
- return 1;
- }
-