summaryrefslogtreecommitdiff
path: root/debian/patches/restorededication.patch
diff options
context:
space:
mode:
authorbrl <brl>2007-05-06 16:07:00 +0000
committerbrl <brl>2007-05-06 16:07:00 +0000
commitbee55fb437fb4be1ba9505f7a49bd75578f5afa3 (patch)
tree212f721ec88b015583384ff1250fe3b2a8243b6d /debian/patches/restorededication.patch
parentfd9c683b25edd3a56eaaed005fe51545bbb93217 (diff)
downloadratpoison-bee55fb437fb4be1ba9505f7a49bd75578f5afa3.zip
update debian/ subdirectory to 1.4.1-3
Diffstat (limited to 'debian/patches/restorededication.patch')
-rw-r--r--debian/patches/restorededication.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/restorededication.patch b/debian/patches/restorededication.patch
new file mode 100644
index 0000000..991dfac
--- /dev/null
+++ b/debian/patches/restorededication.patch
@@ -0,0 +1,13 @@
+Index: ratpoison-1.4.1/src/frame.c
+===================================================================
+--- ratpoison-1.4.1.orig/src/frame.c 2007-04-16 18:39:47.000000000 +0200
++++ ratpoison-1.4.1/src/frame.c 2007-04-16 18:49:17.000000000 +0200
+@@ -248,7 +248,7 @@
+ read_slot(dedicated);
+ if (dedicated <= 0)
+ f->dedicated = 0;
+- else if (f->dedicated >= 1)
++ else
+ f->dedicated = 1;
+ }
+ else if (!strcmp(tmp, ")"))