Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_attach.c ewl_mvc.c ewl_text.c Log Message: - fix warnings - missed an ecore function rename =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_attach.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- ewl_attach.c 20 Jul 2007 13:54:07 -0000 1.45 +++ ewl_attach.c 19 Aug 2007 18:48:31 -0000 1.46 @@ -630,7 +630,7 @@ ewl_attach_tooltip->x = e->x; ewl_attach_tooltip->y = e->y; - delay_str = ewl_theme_data_str_get(w, "/tooltip/delay"); + delay_str = (const char *)ewl_theme_data_str_get(w, "/tooltip/delay"); if (delay_str) { delay = atof(delay_str); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_mvc.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- ewl_mvc.c 19 Aug 2007 17:14:14 -0000 1.30 +++ ewl_mvc.c 19 Aug 2007 18:48:31 -0000 1.31 @@ -738,7 +738,7 @@ ecore_list_free_cb_set(intersections, ECORE_FREE_CB(free)); range = EWL_SELECTION_RANGE(sel); - ecore_list_goto_first(mvc->selected); + ecore_list_first_goto(mvc->selected); while ((cur = ecore_list_current(mvc->selected))) { if (ewl_mvc_selection_intersects(range, cur)) =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v retrieving revision 1.177 retrieving revision 1.178 diff -u -3 -r1.177 -r1.178 --- ewl_text.c 18 Aug 2007 00:26:47 -0000 1.177 +++ ewl_text.c 19 Aug 2007 18:48:31 -0000 1.178 @@ -2876,7 +2876,7 @@ tmp = *(ptr + node->byte_len); if (strlen(ptr) < node->byte_len) DWARNING("Byte length of node %u overruns actual text %d", - node->byte_len, strlen(ptr)); + node->byte_len, (int)strlen(ptr)); *(ptr + node->byte_len) = '\0'; ewl_text_plaintext_parse(t->textblock, ptr); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs