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 05:01:39 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-28 05:01:39 (GMT)
commit9690f71a8985e460c38f9622f1668ac54899dce6 (patch)
tree294be11205c9c974d60dcb5e946f611366e25a21 /constants.py
parent5fb872269e189c29e3907f7a155123d4c8f0874a (diff)
beginnings of v42: disk size
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@908 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index ef2411a..d623242 100644
--- a/constants.py
+++ b/constants.py
@@ -16,7 +16,7 @@ import pangocairo
class Constants:
- VERSION = 41
+ VERSION = 42
SERVICE = "org.laptop.Record"
IFACE = SERVICE
@@ -131,6 +131,7 @@ class Constants:
istrDownloadingFrom = _("Downloading %(1)s from %(2)s")
#TRANS: Cannot download this Photo
istrCannotDownload = _("Cannot download this %(1)s")
+ istrYourDiskIsFull = _("Your disk is full")
mediaTypes = {}
mediaTypes[TYPE_PHOTO] = {keyName:"photo", keyMime:"image/jpeg", keyExt:"jpg", keyIstr:istrPhoto}
@@ -155,6 +156,8 @@ class Constants:
dim_CONTROLBAR_HT = 55
+ keepFreeKbOnXo = 200000
+
def __init__( self, ca ):
self.__class__.activityId = ca._activity_id