[pitivi: 25/36] Fix a typo in a variable name
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 25/36] Fix a typo in a variable name
- Date: Sun, 22 May 2011 20:33:34 +0000 (UTC)
commit 4442c17eace008b2b1366fa65b4e4da3fd702d3e
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date: Thu May 19 13:17:01 2011 -0400
Fix a typo in a variable name
pitivi/ui/filechooserpreview.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/ui/filechooserpreview.py b/pitivi/ui/filechooserpreview.py
index 035a0dd..08d4413 100644
--- a/pitivi/ui/filechooserpreview.py
+++ b/pitivi/ui/filechooserpreview.py
@@ -74,7 +74,7 @@ class PreviewWidget(gtk.VBox, Loggable):
self.__fakesink = gst.element_factory_make("fakesink", "fakesink")
#some global variables for preview handling
- self.is_playng = False
+ self.is_playing = False
self.time_format = gst.Format(gst.FORMAT_TIME)
self.original_dims = (PREVIEW_WIDTH, PREVIEW_HEIGHT)
self.countinuous_seek = False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]