Fixed a bug. I think. Let's hope. Will see... Otherwise, I'm sorry. Really. (Untested).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13544 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -721,7 +721,7 @@ ShutdownProcess::MessageReceived(BMessage *message)
|
|||||||
fUserApps.RemoveInfo(info);
|
fUserApps.RemoveInfo(info);
|
||||||
else if ((info = fSystemApps.InfoFor(team)))
|
else if ((info = fSystemApps.InfoFor(team)))
|
||||||
fSystemApps.RemoveInfo(info);
|
fSystemApps.RemoveInfo(info);
|
||||||
else if ((info = fSystemApps.InfoFor(team)))
|
else if ((info = fBackgroundApps.InfoFor(team)))
|
||||||
fBackgroundApps.RemoveInfo(info);
|
fBackgroundApps.RemoveInfo(info);
|
||||||
else // not found
|
else // not found
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user