Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/record.py
diff options
context:
space:
mode:
Diffstat (limited to 'record.py')
-rwxr-xr-xrecord.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/record.py b/record.py
index f0dc834..eec195e 100755
--- a/record.py
+++ b/record.py
@@ -115,7 +115,7 @@ class Record(activity.Activity):
self.model.glive.stop()
super(Record, self).close()
- def _visibility_changed(self, wisdget, event):
+ def _visibility_changed(self, widget, event):
self.model.set_visible(event.state != gtk.gdk.VISIBILITY_FULLY_OBSCURED)
def _shared_cb(self, activity):