fixed the build under haiku
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19404 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -74,7 +74,7 @@ PowerStatus::ReadyToRun()
|
||||
// acknowledged the requester below
|
||||
BDeskbar deskbar;
|
||||
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||
isDeskbarRunning = deskbar.IsRunning())
|
||||
isDeskbarRunning = deskbar.IsRunning();
|
||||
#endif
|
||||
isInstalled = deskbar.HasItem(kDeskbarItemName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user