qt: fixed bug in registration mechanism.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40245
This commit is contained in:
hsoft 2009-11-02 16:55:36 +00:00
parent 30d29c6b34
commit 5fe11f3b3a
1 changed files with 1 additions and 3 deletions

View File

@ -145,9 +145,7 @@ class DupeGuru(DupeGuruBase, QObject):
self.emit(SIGNAL('resultsChanged()'))
def ask_for_reg_code(self):
if self.reg.ask_for_code():
#XXX bug???
self._setup_ui_as_registered()
self.reg.ask_for_code()
@demo_method
def copy_or_move_marked(self, copy):