[pitivi: 69/94] Remove the ui.timeline.InfoStub.showing field because it's unused
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 69/94] Remove the ui.timeline.InfoStub.showing field because it's unused
- Date: Sun, 11 Sep 2011 16:18:14 +0000 (UTC)
commit 92673dc3843fc655302df1550bacf9ba2a2b825e
Author: Alex BÄluÈ <alexandru balut gmail com>
Date: Mon Sep 5 05:00:48 2011 +0200
Remove the ui.timeline.InfoStub.showing field because it's unused
pitivi/ui/timeline.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index d59a3f5..b7a0503 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -126,7 +126,6 @@ class InfoStub(gtk.HBox, Loggable):
gtk.HBox.__init__(self)
Loggable.__init__(self)
self.errors = []
- self.showing = False
self._scroll_pos_ns = 0
self._errorsmessage = _("One or more GStreamer errors occured!")
self._makeUI()
@@ -177,12 +176,10 @@ class InfoStub(gtk.HBox, Loggable):
def show(self):
self.log("showing")
self.show_all()
- self.showing = True
def hide(self):
self.log("hiding")
gtk.VBox.hide(self)
- self.showing = False
class Timeline(gtk.Table, Loggable, Zoomable):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]