summarylogtreecommitdiffstats
path: root/rb.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rb.patch')
-rw-r--r--rb.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/rb.patch b/rb.patch
deleted file mode 100644
index cd14ed1e84fa..000000000000
--- a/rb.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- alttoolbar_rb3compat.py.orig 2016-08-22 09:16:26.609766000 +0200
-+++ alttoolbar_rb3compat.py 2016-08-22 09:18:17.856062014 +0200
-@@ -540,9 +540,9 @@
- self.shell.props.window.add_action(action)
- self.actiongroup.add_action(action)
-
-- if accel:
-+ '''if accel:
- app.add_accelerator(accel, action_type + "." + action_name,
-- None)
-+ None)'''
- else:
- if 'stock_id' in args:
- stock_id = args['stock_id']