2007-08-19 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Sun, 19 Aug 2007 00:03:01 +0000 (00:03 +0000)
committerMatthew Allum <mallum@openedhand.com>
Sun, 19 Aug 2007 00:03:01 +0000 (00:03 +0000)
        * clutter/eglx/clutter-event-egl.c: (clutter_event_dispatch):
        Fix clutter_thread typo (Kate Alhola)

ChangeLog
clutter/eglx/clutter-event-egl.c

index a582acf..ac288b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-19  Matthew Allum  <mallum@openedhand.com>
+
+       * clutter/eglx/clutter-event-egl.c: (clutter_event_dispatch):
+       Fix clutter_thread typo (Kate Alhola)
+
 2007-08-18  Emmanuele Bassi  <ebassi@openedhand.com>
 
        * clutter/clutter-effect.c:
index 966771e..59843cf 100644 (file)
@@ -363,7 +363,7 @@ clutter_event_dispatch (GSource     *source,
   ClutterBackend *backend = ((ClutterEventSource *) source)->backend;
   ClutterEvent *event;
 
-  clutter_thread_enter ();
+  clutter_threads_enter ();
 
   events_queue (backend);