[pitivi: 1/2] Sourcelist: show the searchbar again



commit 89adb35357bf35d907c4a6378b6ea502683ddc75
Author: Thibault Saunier <thibault saunier collabora co uk>
Date:   Tue Mar 22 09:04:18 2011 -0400

    Sourcelist: show the searchbar again

 pitivi/ui/sourcelist.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/sourcelist.py b/pitivi/ui/sourcelist.py
index 38850ff..a5319df 100644
--- a/pitivi/ui/sourcelist.py
+++ b/pitivi/ui/sourcelist.py
@@ -363,6 +363,7 @@ class SourceList(gtk.VBox, Loggable):
         # add all child widgets
         self.pack_start(self.infobar, expand=False, fill=False)
         self.pack_start(self._import_warning_infobar, expand=False, fill=False)
+        self.pack_start(self.search_hbox, expand=False)
         self.pack_start(self.iconview_scrollwin)
         self.pack_start(self.treeview_scrollwin)
         self.pack_start(self._progressbar, expand=False)



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