summaryrefslogtreecommitdiffstats
path: root/module/gui
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-12-30 17:33:14 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-12-30 17:33:14 +0100
commit7c28259f92c2b3c608583ff128a5ae4134d4c48f (patch)
tree1cc8d9e95c38f51b0efaef927e0036b677355068 /module/gui
parentsignal slot stuff (diff)
downloadpyload-7c28259f92c2b3c608583ff128a5ae4134d4c48f.tar.xz
moved captcha stuff, extended serienjunkies, some other stuff
Diffstat (limited to 'module/gui')
-rw-r--r--module/gui/CaptchaDock.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/gui/CaptchaDock.py b/module/gui/CaptchaDock.py
index 3dc9441a4..8a7e8010e 100644
--- a/module/gui/CaptchaDock.py
+++ b/module/gui/CaptchaDock.py
@@ -41,6 +41,7 @@ class CaptchaDock(QDockWidget):
data = QByteArray(img)
self.currentID = tid
self.widget.emit(SIGNAL("setImage"), data)
+ self.widget.input.setText("")
self.show()
class CaptchaDockWidget(QWidget):