[pitivi] medialibrary: Show the progressbar label when importing clips



commit 4da800107acdc64ca79bbd9ba015c94b2e94d82e
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Sat Aug 25 12:50:14 2012 -0700

    medialibrary: Show the progressbar label when importing clips
    
    In GTK3, ProgressBar's show-text property defaults to False

 pitivi/medialibrary.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/medialibrary.py b/pitivi/medialibrary.py
index 97c56ad..142f98f 100644
--- a/pitivi/medialibrary.py
+++ b/pitivi/medialibrary.py
@@ -424,6 +424,7 @@ class MediaLibraryWidget(gtk.VBox, Loggable):
 
         # The _progressbar that shows up when importing clips
         self._progressbar = gtk.ProgressBar()
+        self._progressbar.set_show_text(True)
 
         # Connect to project.  We must remove and reset the callbacks when
         # changing project.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]