[transmageddon/gtk3] fix videoflip functionality



commit def5b6cc5bba783422a92225c9c74f1488a41d74
Author: Christian Fredrik Kalager Schaller <christian schaller collabora co uk>
Date:   Thu Jan 26 16:50:49 2012 +0000

    fix videoflip functionality

 src/transmageddon.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index da3f362..da4097f 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -222,7 +222,7 @@ class TransmageddonUI:
        self.presetchoice.connect("changed", self.on_presetchoice_changed)
        self.audiorows[0].connect("changed", self.on_audiocodec_changed)
        self.videorows[0].connect("changed", self.on_videocodec_changed)
-
+       self.rotationchoice.connect("changed", self.on_rotationchoice_changed)
        self.TopWindow.connect("destroy", Gtk.main_quit)
        def get_file_path_from_dnd_dropped_uri(self, uri):
            # get the path to file
@@ -986,6 +986,7 @@ class TransmageddonUI:
 
    def on_rotationchoice_changed(self, widget):
        self.rotationvalue = self.rotationchoice.get_active()
+       print "rotationvalue " + str(self.rotationvalue)
 
    def on_audiocodec_changed(self, widget):
        # print "audiocodec changed"



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