Remove pointless comment

If we use efreet_desktop_new we get our own private copy, so we want to
free it, not unref. Anyway, if the efreet desktop has other references,
_free wont completely free, only unref.

SVN revision: 46844
This commit is contained in:
Sebastian Dransfeld 2010-03-03 22:10:20 +00:00
parent 75e97e144c
commit de0e59fede
1 changed files with 0 additions and 2 deletions

View File

@ -1131,8 +1131,6 @@ _e_fwin_changed(void *data, Evas_Object *obj, void *event_info)
fwin->overlay_file = _e_fwin_custom_file_path_eval(fwin, ef, fwin->overlay_file, "X-Enlightenment-Directory-Overlay");
fwin->scrollframe_file = _e_fwin_custom_file_path_eval(fwin, ef, fwin->scrollframe_file, "X-Enlightenment-Directory-Scrollframe");
fwin->theme_file = _e_fwin_custom_file_path_eval(fwin, ef, fwin->theme_file, "X-Enlightenment-Directory-Theme");
// FIXME: there is no way to just unref an efreet desktop - free completely
// frees - doesnt just unref.
efreet_desktop_free(ef);
}
else