Enlightenment CVS committal Author : titan Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_eap_editor.c e_int_config_wallpaper_import.c e_test.c e_widget_scrollframe.c Log Message: Get the things that use fsel to keep from breaking with the new preview api. Also a fix or two for the simple scrollframe. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v retrieving revision 1.36 retrieving revision 1.37 diff -u -3 -r1.36 -r1.37 --- e_eap_editor.c 10 Aug 2006 13:29:59 -0000 1.36 +++ e_eap_editor.c 13 Aug 2006 02:51:34 -0000 1.37 @@ -423,7 +423,7 @@ o = e_widget_fsel_add(dia->win->evas, "~/", "/", NULL, NULL, _e_eap_edit_select_cb, cfdata, - _e_eap_edit_change_cb, cfdata); + _e_eap_edit_change_cb, cfdata, 0); evas_object_show(o); e_widget_min_size_get(o, &mw, &mh); e_dialog_content_set(dia, o, mw, mh); =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper_import.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- e_int_config_wallpaper_import.c 13 Aug 2006 02:40:11 -0000 1.6 +++ e_int_config_wallpaper_import.c 13 Aug 2006 02:51:34 -0000 1.7 @@ -131,7 +131,7 @@ ofm = e_widget_fsel_add(evas, "~/", "/", NULL, NULL, _import_cb_sel_change, import, - _import_cb_sel_change, import + _import_cb_sel_change, import, 0 ); import->fsel_obj = ofm; e_widget_list_object_append(o, ofm, 1, 1, 0.5); =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_test.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -3 -r1.61 -r1.62 --- e_test.c 29 Jul 2006 09:28:50 -0000 1.61 +++ e_test.c 13 Aug 2006 02:51:34 -0000 1.62 @@ -780,7 +780,7 @@ o = e_widget_fsel_add(dia->win->evas, "~/", "/tst", NULL, NULL, _e_test_cb_selected, dia, - _e_test_cb_changed, dia); + _e_test_cb_changed, dia, 0); evas_object_show(o); e_widget_min_size_get(o, &mw, &mh); e_dialog_content_set(dia, o, mw, mh); =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_scrollframe.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_widget_scrollframe.c 12 Aug 2006 21:53:26 -0000 1.4 +++ e_widget_scrollframe.c 13 Aug 2006 02:51:34 -0000 1.5 @@ -44,7 +44,7 @@ evas_object_event_callback_add(wd->o_scrollframe, EVAS_CALLBACK_RESIZE, _e_wid_cb_scrollframe_resize, wd->o_child); - return wd->o_scrollframe; + return obj; } EAPI Evas_Object * ------------------------------------------------------------------------- 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