fix read-only status of file name in desktop editor

SVN revision: 80644
This commit is contained in:
Carsten Haitzler 2012-12-11 10:50:54 +00:00
parent c94aac1b87
commit 36523293d2
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ _e_desktop_edit_basic_create_widgets(E_Config_Dialog *cfd __UNUSED__, Evas *evas
o = e_widget_entry_add(evas, NULL, NULL, NULL, NULL);
e_widget_table_object_append(ot, o, 1, 4, 1, 1, 1, 1, 1, 0);
e_widget_disabled_set(o, 1);
e_widget_entry_readonly_set(o, 1);
cfdata->orig_path_entry = o;
_e_desktop_edit_update_orig_path(cfdata);