summarylogtreecommitdiffstats
path: root/dbus.patch
diff options
context:
space:
mode:
authorTom Willemse2015-07-09 23:53:25 +0200
committerTom Willemse2015-07-09 23:53:25 +0200
commitc76bfa2fa61f0a77bd13a59494fc8de390be5d40 (patch)
tree3c8fa6711ca91852ef693983c1f4f26a16749099 /dbus.patch
downloadaur-c76bfa2fa61f0a77bd13a59494fc8de390be5d40.tar.gz
Initial import
Diffstat (limited to 'dbus.patch')
-rw-r--r--dbus.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dbus.patch b/dbus.patch
new file mode 100644
index 000000000000..e9441a3eade8
--- /dev/null
+++ b/dbus.patch
@@ -0,0 +1,11 @@
+--- dbus/dbus.scm 2015-07-08 22:17:28.746987420 +0200
++++ dbus-patched/dbus.scm 2015-05-31 20:24:57.469958384 +0200
+@@ -275,7 +275,7 @@
+ (if (null? rem-keys)
+ subtree
+ (loop (cdr rem-keys)
+- (let ([pr (assq (car rem-keys) subtree)])
++ (let ([pr (assq (car rem-keys) (or subtree '()))])
+ (and (pair? pr) (cdr pr))))))))
+
+ ;; The "tree" version of asset!: drills down into an assq-tree