* Send an initial message to handle the pending entries instead of waiting for

a whole second until the message runner kicks in.
* This should further reduce the time the mouse pointer sits uselessly on the
  screen.
* This is not a fix of #917, but makes it hopefully less annoying.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42199 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2011-06-15 20:51:32 +00:00
parent 2ca6c9f1e4
commit 6031eb572d
+3
View File
@@ -89,5 +89,8 @@ AddOnMonitor::SetHandler(AddOnMonitorHandler* handler)
return;
}
// Send an initial message to process added directories immediately
messenger.SendMessage(&pulseMessage);
fInitCheck = B_OK;
}