Removed the handling of B_QUIT_REQUESTED in BApplication::DispatchMessage().
It's already done in BLooper. Now we additionally send a reply to it, when the message comes from the registrar on shutdown. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13419 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -856,12 +856,6 @@ BApplication::DispatchMessage(BMessage *message, BHandler *handler)
|
||||
AboutRequested();
|
||||
break;
|
||||
|
||||
case B_QUIT_REQUESTED:
|
||||
DBG(message->PrintToStream());
|
||||
if (QuitRequested())
|
||||
Quit();
|
||||
break;
|
||||
|
||||
case B_PULSE:
|
||||
Pulse();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user