don't need favorites creation in wizard anymore

SVN revision: 74795
This commit is contained in:
Mike Blumenkrantz 2012-08-02 08:19:01 +00:00
parent c47ea3ce2c
commit 99d1831866
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ wizard_page_show(E_Wizard_Page *pg __UNUSED__)
Eina_List *files;
char buf[PATH_MAX], buf2[PATH_MAX], *file;
e_fm2_favorites_init();
// make desktop dir
e_user_homedir_concat(buf, sizeof(buf), _("Desktop"));
ecore_file_mkpath(buf);