summaryrefslogtreecommitdiff
path: root/src/caja-window-menus.c
diff options
context:
space:
mode:
authorErik Bročko <[email protected]>2020-11-11 16:43:52 +0100
committerGitHub <[email protected]>2020-11-11 16:43:52 +0100
commita67e47448d5534302f0efe588942e761881f28bc (patch)
treed9b3a958b0948301f93f9b0f5dc86ac5e9080ea6 /src/caja-window-menus.c
parent40f061c638ae125fc6a4170807fa890362050e0f (diff)
downloadcaja-a67e47448d5534302f0efe588942e761881f28bc.tar.bz2
caja-a67e47448d5534302f0efe588942e761881f28bc.tar.xz
Duplicate tabs using the scroll wheel (#1456)
* middle-clicking the reload button duplicates tab
Diffstat (limited to 'src/caja-window-menus.c')
-rw-r--r--src/caja-window-menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-window-menus.c b/src/caja-window-menus.c
index 21db8ee0..6796b9ab 100644
--- a/src/caja-window-menus.c
+++ b/src/caja-window-menus.c
@@ -366,7 +366,7 @@ static void
action_reload_callback (GtkAction *action,
gpointer user_data)
{
- caja_window_reload (CAJA_WINDOW (user_data));
+ caja_window_reload (CAJA_WINDOW (user_data), should_open_in_new_tab ());
}
static void