From 3cf6e7a39ebfd1fe33f16c23e39c7ba825b42692 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 27 Jan 2003 16:22:29 +0000 Subject: [PATCH] C ninety what ? 2003-01-27 Bastien Nocera * gnome-theme-test.c: (main): C ninety what ? --- capplets/common/ChangeLog | 4 ++++ capplets/common/gnome-theme-test.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/capplets/common/ChangeLog b/capplets/common/ChangeLog index a44cd072e..b0dead8fb 100644 --- a/capplets/common/ChangeLog +++ b/capplets/common/ChangeLog @@ -1,3 +1,7 @@ +2003-01-27 Bastien Nocera + + * gnome-theme-test.c: (main): C ninety what ? + Tue Jan 21 01:15:14 2003 Jonathan Blandford * Release 2.2.0 diff --git a/capplets/common/gnome-theme-test.c b/capplets/common/gnome-theme-test.c index ff226c559..71b1cd852 100644 --- a/capplets/common/gnome-theme-test.c +++ b/capplets/common/gnome-theme-test.c @@ -10,11 +10,11 @@ int main (int argc, char *argv[]) { - gtk_init (&argc, &argv); - gnome_vfs_init (); gboolean monitor_not_added = FALSE; GList *themes, *list; + gtk_init (&argc, &argv); + gnome_vfs_init (); gnome_theme_init (&monitor_not_added); themes = gnome_theme_meta_info_find_all ();