diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-20 15:26:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-20 15:26:06 +0000 |
commit | 4ebb38e841c67c3b3bbbb0aaa8e18201fe7c4888 (patch) | |
tree | a48fc5be80cbc1f10e7107b2cd6b0b268d8cbb3e /x11/control-center/patches/patch-af | |
parent | ee218566cf15aa3bf2d6217fdea8eeb0b71d3316 (diff) | |
download | pkgsrc-4ebb38e841c67c3b3bbbb0aaa8e18201fe7c4888.tar.gz |
Remove some more now unused gnome1-libs dependencies.
Diffstat (limited to 'x11/control-center/patches/patch-af')
-rw-r--r-- | x11/control-center/patches/patch-af | 22 |
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 " |