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:
@@ -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)
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user