You shall not break the build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15244 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -566,7 +566,7 @@ BApplication::MessageReceived(BMessage *message)
|
|||||||
BMessage specifier;
|
BMessage specifier;
|
||||||
int32 what;
|
int32 what;
|
||||||
const char *property = NULL;
|
const char *property = NULL;
|
||||||
if (message->GetCurrentSpecifier(&index, &specifier, &what, &property) < B_OK)
|
if (message->GetCurrentSpecifier(&index, &specifier, &what, &property) < B_OK
|
||||||
|| !ScriptReceived(message, index, &specifier, what, property))
|
|| !ScriptReceived(message, index, &specifier, what, property))
|
||||||
BLooper::MessageReceived(message);
|
BLooper::MessageReceived(message);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user