]> err.no Git - libchamplain/commitdiff
Fix demo to have the click on map demo!
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 9 Mar 2009 22:05:59 +0000 (00:05 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 9 Mar 2009 22:05:59 +0000 (00:05 +0200)
demos/launcher.c

index 71adcb26a2250eaaafd918af08271583e38f77f3..fb267502005a174b8eb6038c1938acd3c4e7c5d7 100644 (file)
@@ -106,6 +106,7 @@ main (int argc,
   champlain_view_add_layer (CHAMPLAIN_VIEW (actor), layer);
 
   /* Connect to the click event */
+  clutter_actor_set_reactive (actor, TRUE);
   g_signal_connect (actor, "button-release-event",
       G_CALLBACK (map_view_button_release_cb),
       actor);