remove some old fsel comments

SVN revision: 78650
This commit is contained in:
Mike Blumenkrantz 2012-10-30 13:02:17 +00:00
parent 6f4591eed2
commit 91fc9e6634
1 changed files with 0 additions and 9 deletions

View File

@ -40,8 +40,6 @@ _e_wid_fsel_button_up(void *data1, void *data2 __UNUSED__)
e_fm2_parent_go(wd->o_files_fm);
if (wd->o_files_frame)
e_widget_scrollframe_child_pos_set(wd->o_files_frame, 0, 0);
// e_widget_entry_text_set(wd->o_entry,
// e_fm2_real_path_get(wd->o_files_fm));
}
static void
@ -132,7 +130,6 @@ _e_wid_fsel_favorites_files_changed(void *data, Evas_Object *obj __UNUSED__, voi
}
}
done:
// e_widget_entry_text_set(wd->o_entry, rp);
E_FREE(p1);
eina_list_free(icons);
}
@ -156,8 +153,6 @@ _e_wid_fsel_favorites_selected(void *data, Evas_Object *obj __UNUSED__, void *ev
e_fm2_path_set(wd->o_files_fm, NULL, ici->real_link);
eina_list_free(selected);
e_widget_scrollframe_child_pos_set(wd->o_files_frame, 0, 0);
// e_widget_entry_text_set(wd->o_entry,
// e_fm2_real_path_get(wd->o_files_fm));
}
static void
@ -190,8 +185,6 @@ _e_wid_fsel_files_dir_changed(void *data, Evas_Object *obj __UNUSED__, void *eve
}
if (wd->o_files_frame)
e_widget_scrollframe_child_pos_set(wd->o_files_frame, 0, 0);
// if ((wd->path) && (stat(wd->path, &st) == 0))
// e_widget_entry_text_set(wd->o_entry, ecore_file_file_get(wd->path));
eina_stringshare_replace(&wd->path, NULL);
if (wd->chg_func) wd->chg_func(wd->chg_data, wd->obj);
}
@ -233,8 +226,6 @@ _e_wid_fsel_sel_chg(E_Widget_Data *wd, Evas_Object *fm)
e_widget_filepreview_path_set(wd->o_preview, wd->path, ici->mime);
if (!S_ISDIR(st.st_mode))
e_widget_entry_text_set(wd->o_entry, ici->file);
// else
// e_widget_entry_text_set(wd->o_entry, wd->path);
}
eina_list_free(selected);
if (wd->chg_func) wd->chg_func(wd->chg_data, wd->obj);