summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2008-07-04 10:49:14 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2008-07-04 10:49:14 +0000
commit5295efbbdd87869144b62d53c51b6ae4c1c83c77 (patch)
tree1c7382ecfffbcb0a8585cfe8b7c43eecd9d59518 /examples
parent846540edfcbc6fd3933921c45de60afc92d81664 (diff)
downloadclutter-gtk-5295efbbdd87869144b62d53c51b6ae4c1c83c77.tar.gz
2008-07-04 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-gtk.pc.in: Fix the inclusion directory * clutter-gtk/gtk-clutter-embed.c: Synch up with the stable branch to handle focus. Also remove the ClutterContainer implementation. * clutter-gtk/gtk-clutter-util.[ch]: Fully document and add the gtk_clutter_texture_set_from_icon_name() helper function. * configure.ac: Whitespace * examples/gtk-clutter-test.c: Update.
Diffstat (limited to 'examples')
-rw-r--r--examples/gtk-clutter-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gtk-clutter-test.c b/examples/gtk-clutter-test.c
index 937e716..975572f 100644
--- a/examples/gtk-clutter-test.c
+++ b/examples/gtk-clutter-test.c
@@ -197,7 +197,7 @@ main (int argc, char *argv[])
}
/* Add the group to the stage */
- clutter_container_add_actor (CLUTTER_CONTAINER (clutter),
+ clutter_container_add_actor (CLUTTER_CONTAINER (stage),
CLUTTER_ACTOR (oh->group));
g_signal_connect (stage, "button-press-event",