diff options
Diffstat (limited to 'sysutils/gnomecontrolcenter2')
-rw-r--r-- | sysutils/gnomecontrolcenter2/files/patch-capplets_common_gnome-theme-test.c | 16 |
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); + |