e/wizard: load the copied desktop to trigger cache

SVN revision: 79245
This commit is contained in:
Sebastian Dransfeld 2012-11-13 20:36:41 +00:00
parent 8fbcd21686
commit e6005b1b3d
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ wizard_page_show(E_Wizard_Page *pg __UNUSED__)
"%s/applications/%s",
efreet_data_home_get(), file);
ecore_file_cp(buf, abuf);
// trigger cache rebuild
efreet_desktop_free(efreet_desktop_get(abuf));
copies++;
}
}