[transmageddon] Remove duplicate call to dynamic_comboboxes_video



commit 0376b6c4a4f745ec017b626ef16e40e95e2dfdfd
Author: Alberto Ruiz <aruiz gnome org>
Date:   Sat Mar 15 10:54:15 2014 +0100

    Remove duplicate call to dynamic_comboboxes_video

 src/transmageddon.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index c4a92cd..bb9fee8 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -284,7 +284,6 @@ class TransmageddonUI(Gtk.ApplicationWindow):
          setattr(self, element, self.builder.get_object(element))
 
        self.videobox = dynamic_comboboxes_video(GObject.TYPE_PYOBJECT)
-       self.videobox = dynamic_comboboxes_video(GObject.TYPE_PYOBJECT)
        self.CodecBox.attach(self.videobox, 2, 3, 1, 2, yoptions = Gtk.AttachOptions.SHRINK)
        self.CodecBox.show_all()
        self.containerchoice.connect("changed", self.on_containerchoice_changed)


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