Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/record.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-21 17:15:03 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-21 17:15:03 (GMT)
commit8f95271101b02d65d178db9ccfcb45374117bc16 (patch)
tree71ac3f36b1c0b2f26d072491d2ac1abac9094cea /record.py
parent580c6780fb0ee011b13e33d5a41e91ee70de60e2 (diff)
testing active notifications with success on joyride!
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/48@987 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/record.py b/record.py
index 82baad7..0095e46 100755
--- a/record.py
+++ b/record.py
@@ -55,16 +55,14 @@ class Record(activity.Activity):
#flags for controlling the writing to the datastore
self.I_AM_CLOSING = False
self.I_AM_SAVED = False
- self.JUST_LAUNCHED = True
+ #self.JUST_LAUNCHED = True
+ #self.connect( "notify::active", self._activeCb )
self.props.enable_fullscreen_mode = False
-
Instance(self)
Constants(self)
self.modify_bg( gtk.STATE_NORMAL, Constants.colorBlack.gColor )
- #self.connect( "notify::active", self._activeCb )
-
#wait a moment so that our debug console capture mistakes
gobject.idle_add( self._initme, None )
@@ -143,6 +141,7 @@ class Record(activity.Activity):
def stopPipes(self):
+ print("stopPipes")
self.gplay.stop()
self.ui.doMouseListener( False )
@@ -154,6 +153,7 @@ class Record(activity.Activity):
def restartPipes(self):
+ print("restartPipes")
self.ui.updateModeChange( )
self.ui.doMouseListener( True )