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 05:26:21 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-12-21 05:26:21 (GMT)
commit580c6780fb0ee011b13e33d5a41e91ee70de60e2 (patch)
tree34d623d647ce18ea7a6a62d410979a5ba525db2f /record.py
parent7adcc780f3f0f41637c7f5f22f149e2dd1b00723 (diff)
untested way of doing notify active
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/48@986 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/record.py b/record.py
index c1b3ae4..82baad7 100755
--- a/record.py
+++ b/record.py
@@ -63,7 +63,8 @@ class Record(activity.Activity):
Constants(self)
self.modify_bg( gtk.STATE_NORMAL, Constants.colorBlack.gColor )
- self.connect( "notify::active", self._activeCb )
+ #self.connect( "notify::active", self._activeCb )
+
#wait a moment so that our debug console capture mistakes
gobject.idle_add( self._initme, None )