diff options
author | Thomas Keck <thomas@macbook.macbook> | 2010-03-13 17:35:28 +0100 |
---|---|---|
committer | Thomas Keck <thomas@macbook.macbook> | 2010-03-13 17:35:28 +0100 |
commit | 9b0ffb71e5b47fff2095c24551b9e0fce4c0650e (patch) | |
tree | b5f273c83e70bb79ccecf5e8b8d4d5501d03e3a5 /gui.py | |
parent | ce35065f0b12f509dea6940bbf3794fb80ffa403 (diff) | |
download | magicproxy-9b0ffb71e5b47fff2095c24551b9e0fce4c0650e.tar.gz magicproxy-9b0ffb71e5b47fff2095c24551b9e0fce4c0650e.zip |
Min/Max mistake at blocksize calculation
Diffstat (limited to 'gui.py')
-rw-r--r-- | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ class Settings(gtk.Window): self.show_all() def on_quit(self, widget): + print self.time_slice.get_value() proxy.TIME_SLICE = self.time_slice.get_value() self.destroy() |