From 03425ccd55f9db5d1627d6b2358e9d5183322d2a Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 25 Jan 2003 23:11:00 +0000 Subject: Add a patch I forgot in my last commit. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@444 df743ca5-7f9a-e211-a948-0013205c9059 --- .../files/patch-capplets_common_gnome-theme-test.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-test.c (limited to 'sysutils/gnome-control-center') diff --git a/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-test.c b/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-test.c new file mode 100644 index 000000000..e7fd2dfd5 --- /dev/null +++ b/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-test.c @@ -0,0 +1,16 @@ +--- capplets/common/gnome-theme-test.c.orig Sat Jan 25 17:14:05 2003 ++++ capplets/common/gnome-theme-test.c Sat Jan 25 17:15:23 2003 +@@ -10,10 +10,11 @@ + int + main (int argc, char *argv[]) + { ++ gboolean monitor_not_added; ++ GList *themes, *list; + gtk_init (&argc, &argv); + gnome_vfs_init (); +- gboolean monitor_not_added = FALSE; +- GList *themes, *list; ++ monitor_not_added = FALSE; + + gnome_theme_init (&monitor_not_added); + -- cgit v1.2.3