[pitivi] effects: Set the sort column once



commit 65db7137f06e4dc4ca5986b7adcb0a7eb1c4a7b9
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Tue May 20 10:39:41 2014 +0200

    effects: Set the sort column once

 pitivi/effects.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/effects.py b/pitivi/effects.py
index 8614800..74ec821 100644
--- a/pitivi/effects.py
+++ b/pitivi/effects.py
@@ -476,7 +476,7 @@ class EffectListWidget(Gtk.VBox, Loggable):
                                         effect.getCategories(),
                                         effect, name,
                                         self.app.effects.getEffectIcon(name)])
-                self.storemodel.set_sort_column_id(COL_NAME_TEXT, Gtk.SortType.ASCENDING)
+        self.storemodel.set_sort_column_id(COL_NAME_TEXT, Gtk.SortType.ASCENDING)
 
     def populate_categories_widget(self):
         self.categoriesWidget.get_model().clear()


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