test-theme: Fix

St requires GTK+ to be initted.

https://bugzilla.gnome.org/show_bug.cgi?id=678737
This commit is contained in:
Jasper St. Pierre 2012-06-24 16:03:10 -04:00
parent 69e1503c6d
commit 9e25e13218

View File

@ -426,6 +426,8 @@ main (int argc, char **argv)
StTheme *theme;
StThemeContext *context;
gtk_init (&argc, &argv);
if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
return 1;