Enlightenment CVS committal Author : moom Project : e17 Module : proto
Dir : e17/proto/etk/src/lib Modified Files: etk_embed.c Log Message: * [Fix]The windows of the menus and of the comboboxes were incorrecly placed. =================================================================== RCS file: /cvs/e/e17/proto/etk/src/lib/etk_embed.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- etk_embed.c 25 Jun 2006 02:22:04 -0000 1.2 +++ etk_embed.c 25 Jun 2006 02:27:54 -0000 1.3 @@ -56,7 +56,7 @@ return NULL; embed = etk_widget_new(ETK_EMBED_TYPE, NULL); - ETK_EMBED(embed)->window_position_get; + ETK_EMBED(embed)->window_position_get = window_position_get; ETK_EMBED(embed)->window_data = window_data; ETK_TOPLEVEL_WIDGET(embed)->evas = evas; ETK_TOPLEVEL_WIDGET(embed)->geometry_get = _etk_embed_geometry_get; Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs