Another bugfix (Todo constraints and cache issues)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/uni@13541 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
unitraxx
2013-08-22 02:25:08 +00:00
parent 225994df55
commit 136185969f
2 changed files with 2 additions and 0 deletions

View File

@@ -512,6 +512,7 @@ namespace Online{
Profile * p = new Profile(node);
p->setRelationInfo(ri);
ProfileManager::get()->addPersistent(p);
friend_request_count++;
}
}
if(friend_request_count > 0)

View File

@@ -37,6 +37,7 @@ NotificationDialog::NotificationDialog(Type type, const core::stringw info, bool
: ModalDialog(0.8f,0.5f)
{
m_info = info;
m_type = type;
if(!from_queue) load();
}