Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src Modified Files: ewl_entry.c Log Message: - missing semicolon. would compile without debug for some reason, won't compile with debug on =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_entry.c,v retrieving revision 1.123 retrieving revision 1.124 diff -u -3 -r1.123 -r1.124 --- ewl_entry.c 24 Dec 2004 22:16:41 -0000 1.123 +++ ewl_entry.c 27 Dec 2004 20:45:00 -0000 1.124 @@ -1119,7 +1119,7 @@ e = EWL_ENTRY(w); if (e->cursor && e->editable && VISIBLE(e->cursor)) - ewl_widget_hide(e->cursor) + ewl_widget_hide(e->cursor); DLEAVE_FUNCTION(DLEVEL_STABLE); } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs