test-theme: Pacify -Werror for clutter_init

This commit is contained in:
Colin Walters 2011-03-13 14:11:33 -04:00
parent 034e147910
commit c2d400846b

View File

@ -426,7 +426,8 @@ main (int argc, char **argv)
StTheme *theme; StTheme *theme;
StThemeContext *context; StThemeContext *context;
clutter_init (&argc, &argv); if (clutter_init (&argc, &argv) != CLUTTER_INIT_SUCCESS)
g_error ("failed to initialize clutter");
theme = st_theme_new ("st/test-theme.css", theme = st_theme_new ("st/test-theme.css",
NULL, NULL); NULL, NULL);