Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius/actions.py
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-11-06 03:06:06 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-11-06 03:06:06 (GMT)
commitc7c7f94fc5d7e9f7e4f175c06dd52628aa357e3d (patch)
tree25008422c07d68028c0c64d8f41c0fbef54e9ade /tutorius/actions.py
parentfe07a6fa0fa0d67d2ada6be1f3da2cb128f9038b (diff)
parent74dcbcb643cfd66df071020320ba6c0004e92c17 (diff)
Merge branch 'lp448319' of ../mainline
Conflicts: addons/readfile.py tests/probetests.py tests/run-tests.py tutorius/TProbe.py tutorius/constraints.py tutorius/core.py tutorius/engine.py tutorius/properties.py tutorius/service.py
Diffstat (limited to 'tutorius/actions.py')
-rw-r--r--tutorius/actions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorius/actions.py b/tutorius/actions.py
index bb15459..d5a8641 100644
--- a/tutorius/actions.py
+++ b/tutorius/actions.py
@@ -81,6 +81,7 @@ class DragWrapper(object):
"""Callback for end of drag (stolen focus)."""
self._dragging = False
+
def set_draggable(self, value):
"""Setter for the draggable property"""
if bool(value) ^ bool(self._drag_on):