Get the things that use fsel to keep from breaking with the new preview api. Also a fix or two for the simple scrollframe.

SVN revision: 24627
This commit is contained in:
titan 2006-08-13 02:51:34 +00:00 committed by titan
parent ef2878c058
commit a9c8acf505
4 changed files with 4 additions and 4 deletions

View File

@ -423,7 +423,7 @@ _e_eap_editor_cb_icon_select(void *data1, void *data2)
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);

View File

@ -131,7 +131,7 @@ e_int_config_wallpaper_import(E_Config_Dialog *parent)
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);

View File

@ -780,7 +780,7 @@ _e_test_internal(E_Container *con)
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);

View File

@ -44,7 +44,7 @@ e_widget_scrollframe_simple_add(Evas *evas, Evas_Object *child)
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 *