summaryrefslogtreecommitdiff
path: root/x11/control-center/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/control-center/patches/patch-af')
-rw-r--r--x11/control-center/patches/patch-af22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/control-center/patches/patch-af b/x11/control-center/patches/patch-af
deleted file mode 100644
index 77218958227..00000000000
--- a/x11/control-center/patches/patch-af
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-af,v 1.2 2005/06/24 21:26:24 wiz Exp $
-
---- capplets/background-properties/app-background.c.orig 2002-04-06 17:44:02.000000000 +0200
-+++ capplets/background-properties/app-background.c
-@@ -11,7 +11,7 @@ extern void background_init(void);
-
- static gchar *background_image = NULL;
-
--struct poptOption options [] = {
-+static struct poptOption options [] = {
- { "background-image", 'b', POPT_ARG_STRING, &background_image, 0,
- N_("Set background image."), N_("IMAGE-FILE") },
- {NULL, '\0', 0, NULL, 0}
-@@ -31,7 +31,7 @@ main (gint argc, char *argv[])
- textdomain (PACKAGE);
-
- init_results = gnome_capplet_init("background-properties", VERSION,
-- argc, argv, options, 0, &ctx);
-+ argc, argv, &options, 0, &ctx);
- gnome_window_icon_set_default_from_file (GNOME_ICONDIR"/gnome-ccbackground.png");
- if (init_results < 0) {
- g_warning (_("an initialization error occurred while "