diff options
Diffstat (limited to 'sysutils/gnome-control-center/files')
-rw-r--r-- | sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-test.c | 16 |
1 files changed, 0 insertions, 16 deletions
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 deleted file mode 100644 index e7fd2dfd5..000000000 --- a/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-test.c +++ /dev/null @@ -1,16 +0,0 @@ ---- 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); - |