Do not allow Desktop folders to open in place.

SVN revision: 31272
This commit is contained in:
Christopher Michael 2007-08-12 20:02:50 +00:00
parent dd9a509678
commit 7bfdc90806
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ e_fwin_zone_new(E_Zone *zone, const char *dev, const char *path)
fmc.icon.fixed.h = 0;
#endif
fmc.view.open_dirs_in_place = fileman_config->view.open_dirs_in_place;
fmc.view.open_dirs_in_place = 0;
fmc.view.selector = 0;
fmc.view.single_click = fileman_config->view.single_click;
fmc.view.no_subdir_jump = 0;