correctly use 'dating.storage' as storage file

This commit is contained in:
Romain Bignon 2010-07-13 00:43:33 +02:00
commit b11f22e71a

View file

@ -28,7 +28,7 @@ class QHaveSex(QtApplication):
STORAGE_FILENAME = 'dating.storage'
def main(self, argv):
self.load_configured_backends(ICapDating, storage=self.create_storage())
self.load_configured_backends(ICapDating, storage=self.create_storage(self.STORAGE_FILENAME))
self.main_window = MainWindow(self.config, self.weboob)
self.main_window.show()