BDeskbar: Set auto hide default value to false
Didn't notice this before so had to do a quick fix. Catch it before Coverity can.
This commit is contained in:
@@ -228,7 +228,7 @@ BDeskbar::IsAutoHide() const
|
||||
{
|
||||
BMessage request(kMsgIsAutoHide);
|
||||
BMessage reply;
|
||||
bool isAutoHidden;
|
||||
bool isAutoHidden = false;
|
||||
|
||||
if (fMessenger->SendMessage(&request, &reply) == B_OK)
|
||||
reply.FindBool("auto hide", &isAutoHidden);
|
||||
|
||||
Reference in New Issue
Block a user