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:
Philippe Houdoin
2005-07-07 16:22:33 +00:00
parent af293f76dd
commit 177f17f436
+1 -1
View File
@@ -721,7 +721,7 @@ ShutdownProcess::MessageReceived(BMessage *message)
fUserApps.RemoveInfo(info);
else if ((info = fSystemApps.InfoFor(team)))
fSystemApps.RemoveInfo(info);
else if ((info = fSystemApps.InfoFor(team)))
else if ((info = fBackgroundApps.InfoFor(team)))
fBackgroundApps.RemoveInfo(info);
else // not found
return;