summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-test.c
blob: e7fd2dfd5e9f986fbdb5fa5db69b81cd29a90fcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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);