Added an example to test the WATC module. It lets you query whatsafterthecredits...
[maevies] / src / maevies_window.c
index 7d5efa2..549b77d 100644 (file)
@@ -72,11 +72,12 @@ MaeviesWindow* maevies_window_new(osso_context_t *osso) {
 static void hello_item_clicked(GtkButton* button, gpointer data) {
 
        MaeviesWindow *self = MAEVIES_WINDOW(data);
+       gchar *has_stingers = NULL;
+
        g_assert(self);
 
        movie_get_info(self->movie, NULL);
 
-       gchar *has_stingers = NULL;
 
        if (self->movie->has_stingers)
                has_stingers = "Con escenas";