[pitivi] effects: Fix adding an element to a set
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] effects: Fix adding an element to a set
- Date: Tue, 30 Sep 2014 07:31:17 +0000 (UTC)
commit ad6d68544fb6118d1087c112d3c9f59c15f85047
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Tue Sep 30 00:14:22 2014 +0200
effects: Fix adding an element to a set
pitivi/effects.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/effects.py b/pitivi/effects.py
index aaf1650..47e2adc 100644
--- a/pitivi/effects.py
+++ b/pitivi/effects.py
@@ -242,7 +242,7 @@ class EffectsManager(object):
for name in category[1]:
if name == effect_name:
categories.append(category[0])
- self._audio_categories.append(category[0])
+ self._audio_categories.add(category[0])
for category in self._video_categories_effects:
for name in category[1]:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]