Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-28 04:38:26 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-28 04:38:26 (GMT)
commit5fb872269e189c29e3907f7a155123d4c8f0874a (patch)
treedfff2dea7429ccbbc9d2414f34aee14438d5a79c /constants.py
parentbee17fb62db0193293aa167f16c9183cb4184e44 (diff)
v41
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@905 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/constants.py b/constants.py
index 562a3a8..ef2411a 100644
--- a/constants.py
+++ b/constants.py
@@ -16,7 +16,7 @@ import pangocairo
class Constants:
- VERSION = 39
+ VERSION = 41
SERVICE = "org.laptop.Record"
IFACE = SERVICE
@@ -155,8 +155,6 @@ class Constants:
dim_CONTROLBAR_HT = 55
- keepFreeKbOnXo = 200000
-
def __init__( self, ca ):
self.__class__.activityId = ca._activity_id