Always nag people without MB login

This commit is contained in:
Philipp Wolfer
2008-11-07 00:46:26 +01:00
parent 959c810a37
commit 255db256e7

View File

@@ -445,6 +445,8 @@ class Tagger(QtGui.QApplication):
def check_donation_status(self):
if (self.config.setting["username"]):
self.xmlws.get_user(self._check_donation_status)
else:
self.window.show_nag_screen()
def remove_files(self, files, from_parent=True):
"""Remove files from the tagger."""