Remove pointless comment
authorSebastian Dransfeld <sd@tango.flipp.net>
Wed, 3 Mar 2010 22:10:20 +0000 (22:10 +0000)
committerSebastian Dransfeld <sd@tango.flipp.net>
Wed, 3 Mar 2010 22:10:20 +0000 (22:10 +0000)
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

src/modules/fileman/e_fwin.c

index 1e5b259..cd1dab2 100644 (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