aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rox/patch-return-open-window
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-14 07:55:26 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-14 08:00:10 +0200
commitc3e44d48fb5d67904561bd99daa3b4e4ee6619dd (patch)
tree46825b627645611efe06d7122c7cea3514a0e93e /sysutils/rox/patch-return-open-window
parent5078ab8f641ca672da32f54526547d1b6e9bbba9 (diff)
downloadpatches-c3e44d48fb5d67904561bd99daa3b4e4ee6619dd.tar.gz
sysutils/rox: Rename patch-return-open-window
Diffstat (limited to 'sysutils/rox/patch-return-open-window')
-rw-r--r--sysutils/rox/patch-return-open-window15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/rox/patch-return-open-window b/sysutils/rox/patch-return-open-window
deleted file mode 100644
index 9014557..0000000
--- a/sysutils/rox/patch-return-open-window
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD
-
-Don't open directory in same window on Return.
-
---- ROX-Filer/src/filer.c.orig 2021-06-09 12:43:32.325252372 +0200
-+++ ROX-Filer/src/filer.c
-@@ -989,8 +989,6 @@ static void return_pressed(FilerWindow *filer_window, GdkEventKey *event)
- flags |= OPEN_SHIFT;
- if (event->state & GDK_MOD1_MASK)
- flags |= OPEN_CLOSE_WINDOW;
-- else
-- flags |= OPEN_SAME_WINDOW;
-
- filer_openitem(filer_window, &iter, flags);
- }