From 1715880d6a4d1c77416ff23d352e1ba4a6b5b72c Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Fri, 22 Jan 2010 07:21:03 +0000 Subject: [PATCH] inplace open should not care whether we use single click or not, this is handeled by click handler SVN revision: 45434 --- src/bin/e_fm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index dc9423b39..7bec6c844 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -5496,8 +5496,7 @@ _e_fm2_inplace_open(const E_Fm2_Icon *ic) if (!((S_ISDIR(ic->info.statinfo.st_mode)) && (ic->sd->config->view.open_dirs_in_place) && - (!ic->sd->config->view.no_subdir_jump) && - (!ic->sd->config->view.single_click))) + (!ic->sd->config->view.no_subdir_jump))) return 0; if (!_e_fm2_icon_path(ic, buf, sizeof(buf)))