[pitivi] effects: Set the sort column once
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] effects: Set the sort column once
- Date: Wed, 24 Sep 2014 17:07:17 +0000 (UTC)
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]