Enlightenment CVS committal Author : codewarrior Project : e17 Module : libs/etk
Dir : e17/libs/etk/src/lib Modified Files: etk_window.c Log Message: [Etk_Window] Fix typo in modal function. =================================================================== RCS file: /cvs/e/e17/libs/etk/src/lib/etk_window.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- etk_window.c 25 Mar 2007 18:22:01 -0000 1.47 +++ etk_window.c 22 Jun 2007 11:00:39 -0000 1.48 @@ -263,7 +263,7 @@ /* TODO: grab the input */ void etk_window_modal_for_window(Etk_Window *window_to_modal, Etk_Window *window) { - if (window_to_modal) + if (!window_to_modal) return; etk_engine_window_modal_for_window(window_to_modal, window); } ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs