Fix signal typo
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 18 Dec 2009 01:22:22 +0000 (01:22 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 18 Dec 2009 01:22:22 +0000 (01:22 +0000)
SVN revision: 44532

src/lib/Elementary.h.in

index 1de73f5..0ef12cf 100644 (file)
@@ -303,7 +303,7 @@ extern "C" {
    EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj);
    /* smart callbacks called:
     * "delete,request" - the user requested to delete the window
-    * "focus,on" - window got focus
+    * "focus,in" - window got focus
     * "focus,out" - window lost focus
     * "moved" - window that holds the canvas was moved
     */