[pitivi/ges: 106/287] Re-enable property descriptions (blurbs) for codecs
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/ges: 106/287] Re-enable property descriptions (blurbs) for codecs
- Date: Thu, 15 Mar 2012 16:34:44 +0000 (UTC)
commit 813b37ec762447706fa31c74a022ef92985322c0
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Tue Dec 20 18:34:36 2011 -0500
Re-enable property descriptions (blurbs) for codecs
Reverts an incorrect merge that overwrote commit f6a88be
pitivi/ui/gstwidget.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/ui/gstwidget.py b/pitivi/ui/gstwidget.py
index 5dae398..67fb3e5 100644
--- a/pitivi/ui/gstwidget.py
+++ b/pitivi/ui/gstwidget.py
@@ -148,8 +148,8 @@ class GstElementSettingsWidget(gtk.VBox, Loggable):
if is_effect:
table.attach(widget, 1, 2, y, y + 1, yoptions=gtk.FILL)
- elif hasattr(prop, 'description'): # TODO: check that
- widget.set_tooltip_text(prop.description)
+ elif hasattr(prop, 'blurb'):
+ widget.set_tooltip_text(prop.blurb)
self.properties[prop] = widget
if default_btn:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]