[transmageddon] small fix to re-enable default settings



commit 4f354fe2adf4c2672621b18eb54e7d768d7e55e8
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date:   Wed Mar 19 16:30:36 2014 +0100

    small fix to re-enable default settings

 src/transmageddon.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index be79fee..e5ff87b 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -1120,10 +1120,11 @@ class TransmageddonUI(Gtk.ApplicationWindow):
                    self.audiorows[x].set_sensitive(True)
                x=x+1
            x=0
+           self.houseclean=False
            while (x <= self.audiostreamcounter) and not self.usingpreset:
                self.audiorows[x].set_active(0)
                x=x+1
-           self.houseclean=False
+
 
        else: # No audio track(s) found
            if self.houseclean==False:


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