Whoops. Lets not allow these quite yet :) Need to get the packing of the preview working first.

SVN revision: 24697
This commit is contained in:
titan 2006-08-14 17:48:52 +00:00 committed by titan
parent d0b007519f
commit 4b7adb57f8
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,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, 1);
_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

@ -138,7 +138,7 @@ e_int_config_wallpaper_import(E_Config_Dialog *parent)
}
ofm = e_widget_fsel_add(evas, fdev, fpath, NULL, NULL,
_import_cb_sel_selected, import,
_import_cb_sel_change, import, 1
_import_cb_sel_change, import, 0
);
import->fsel_obj = ofm;
e_widget_list_object_append(o, ofm, 1, 1, 0.5);