[pitivi/ges] timeline: Minor cleanup
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges] timeline: Minor cleanup
- Date: Fri, 27 Apr 2012 20:11:30 +0000 (UTC)
commit c408d37d738d94bc044d6d05226aa356ea0e9cee
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Thu Apr 26 15:38:24 2012 -0400
timeline: Minor cleanup
pitivi/timeline/timeline.py | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index e3dcc5f..8f06393 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -629,8 +629,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
# zooming slider
self._zoomAdjustment = gtk.Adjustment()
self._zoomAdjustment.set_value(Zoomable.getCurrentZoomLevel())
- self._zoomAdjustment.connect("value-changed",
- self._zoomAdjustmentChangedCb)
+ self._zoomAdjustment.connect("value-changed", self._zoomAdjustmentChangedCb)
self._zoomAdjustment.props.lower = 0
self._zoomAdjustment.props.upper = Zoomable.zoom_steps
zoomslider = gtk.HScale(self._zoomAdjustment)
@@ -1136,7 +1135,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
def scrollToPlayhead(self):
"""
- If the current position is out of the view bouds, then scroll
+ If the current position is out of the view bounds, then scroll
as close to the center of the view as possible or as close as the
timeline canvas allows.
"""
@@ -1244,8 +1243,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
self._timeline = None
self._controls.timeline = None
- timeline = property(getTimeline, setTimeline, delTimeline,
- "The GESTimeline")
+ timeline = property(getTimeline, setTimeline, delTimeline, "The GESTimeline")
def _layerAddedCb(self, unused_layer, unused_user_data):
self.updateVScrollAdjustments()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]