Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/engines/ecore_fb


Modified Files:
        ecore_fb.c 


Log Message:
* Fix the FB engine


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/engines/ecore_fb/ecore_fb.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ecore_fb.c  22 Mar 2007 23:31:40 -0000      1.18
+++ ecore_fb.c  5 Apr 2007 12:52:37 -0000       1.19
@@ -300,8 +300,8 @@
    window->engine_data = engine_data;
    
    ETK_TOPLEVEL(window)->evas = _evas;
-   etk_signal_connect("realize", ETK_OBJECT(window), 
ETK_CALLBACK(_window_realized_cb), NULL);
-   etk_signal_connect("unrealize", ETK_OBJECT(window), 
ETK_CALLBACK(_window_unrealized_cb), NULL);
+   etk_signal_connect("realized", ETK_OBJECT(window), 
ETK_CALLBACK(_window_realized_cb), NULL);
+   etk_signal_connect("unrealized", ETK_OBJECT(window), 
ETK_CALLBACK(_window_unrealized_cb), NULL);
 }
 
 /* Cleans up the window */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to