Enlightenment CVS committal Author : lok Project : e17 Module : libs/enhance
Dir : e17/libs/enhance/src/lib Modified Files: enhance.c Log Message: [Combobox] Use the new API =================================================================== RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- enhance.c 13 Jan 2007 02:22:38 -0000 1.37 +++ enhance.c 9 Mar 2007 05:04:04 -0000 1.38 @@ -552,7 +552,7 @@ char *tok; char *value; - etk_combobox_column_add(ETK_COMBOBOX(wid->wid), ETK_COMBOBOX_LABEL, 15, ETK_TRUE, ETK_FALSE, ETK_FALSE, 0.0, 0.5); + etk_combobox_column_add(ETK_COMBOBOX(wid->wid), ETK_COMBOBOX_LABEL, 15, ETK_COMBOBOX_EXPAND, 0.0); etk_combobox_build(ETK_COMBOBOX(wid->wid)); value = strdup(node->value); tok = strtok(value, "\n"); @@ -1168,7 +1168,7 @@ xml = exml_new(); en->xml = xml; - if(!exml_file_read(xml, file)) + if(!exml_file_read(xml, (char *)file)) { printf("Cant read file: %s\n", file); } ------------------------------------------------------------------------- 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