From 409e1a4d99159a441aba7fbac68a34ccfc321846 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 11 May 2002 09:42:57 +0000 Subject: Remove barque, which has been broken for about 15 months. --- www/barque/files/patch-ab | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 www/barque/files/patch-ab (limited to 'www/barque/files/patch-ab') 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; - } - -- cgit v1.2.3