From 1847fb9c71412e5ec6b06bd6ed9f497fc84544de Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 5 Apr 2003 17:16:30 +0000 Subject: [PATCH] Always save before checking in. UpdateActiveApp() comment has been changed slightly. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3054 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/app/Roster.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/kits/app/Roster.cpp b/src/kits/app/Roster.cpp index 0c40a9a158..f9a7789ec5 100644 --- a/src/kits/app/Roster.cpp +++ b/src/kits/app/Roster.cpp @@ -1740,7 +1740,8 @@ DBG(OUT("BRoster::xLaunchAppPrivate() done: %s (%lx)\n", strerror(error), error) is notified, that it is active now, and all watchers are notified, too. \param team The app's team ID. - \return \c true, if everything went fine, \c false, if an error occured. + \return \c true, if everything went fine, \c false, if an error occured + (the team ID is unknown or an communication error occured). */ bool BRoster::UpdateActiveApp(team_id team) const