]> Dogcows Code - chaz/openbox/commitdiff
simple possible bugfix? meh
authorDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 10:34:20 +0000 (10:34 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 10:34:20 +0000 (10:34 +0000)
scripts/stackedcycle.py

index 757154a61470396c63db578b2039243b91d2e293..7e90cb1b29175b38fe63c8669908f318c1788217 100644 (file)
@@ -217,7 +217,7 @@ class cycledata:
             not self.state & data.state):
             done = 1
         # has Escape been pressed?
-        if data.action == ob.KeyAction.Press and data.key == "Escape":
+        elif data.action == ob.KeyAction.Press and data.key == "Escape":
             done = 1
             # revert
             self.menupos = 0
This page took 0.022602 seconds and 4 git commands to generate.