summaryrefslogtreecommitdiffstats
path: root/sysutils/gnomecontrolcenter2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-26 07:11:00 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-01-26 07:11:00 +0800
commit03425ccd55f9db5d1627d6b2358e9d5183322d2a (patch)
tree6a9a1da6c3a2f7809670fc8c8b606db79f234adb /sysutils/gnomecontrolcenter2
parentbee90b860065f74f2683de4d0fe36d40092b9e20 (diff)
downloadmarcuscom-ports-03425ccd55f9db5d1627d6b2358e9d5183322d2a.tar
marcuscom-ports-03425ccd55f9db5d1627d6b2358e9d5183322d2a.tar.gz
marcuscom-ports-03425ccd55f9db5d1627d6b2358e9d5183322d2a.tar.bz2
marcuscom-ports-03425ccd55f9db5d1627d6b2358e9d5183322d2a.tar.lz
marcuscom-ports-03425ccd55f9db5d1627d6b2358e9d5183322d2a.tar.xz
marcuscom-ports-03425ccd55f9db5d1627d6b2358e9d5183322d2a.tar.zst
marcuscom-ports-03425ccd55f9db5d1627d6b2358e9d5183322d2a.zip
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
Diffstat (limited to 'sysutils/gnomecontrolcenter2')
-rw-r--r--sysutils/gnomecontrolcenter2/files/patch-capplets_common_gnome-theme-test.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/gnomecontrolcenter2/files/patch-capplets_common_gnome-theme-test.c b/sysutils/gnomecontrolcenter2/files/patch-capplets_common_gnome-theme-test.c
new file mode 100644
index 000000000..e7fd2dfd5
--- /dev/null
+++ b/sysutils/gnomecontrolcenter2/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);
+