Fix bugs:

* Database creation failed
	* UsersDialog shown on new user
This commit is contained in:
2012-04-26 20:45:01 +02:00
parent bfd16a6540
commit 28bb4c49f0
6 changed files with 26 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ KissCount::KissCount(int argc, char** argv) : QApplication(argc, argv), _user(0)
catch (std::string s)
{
_wxUI->close();
throw ;
throw s;
}
_wxUI->ChangeUser();