haiku/src
Stephan Aßmus a9ab16e27c * Move the LockLooper() call before PathHandler::Quit() into Quit().
* The B_QUIT_REQUESTED message never arrived for me unless I unlock the
  BLooper again, then it works as expected.
* The B_QUIT_REQUESTED handling accessed fOwnsLooper after deleting the
  object.
(Review much welcome - I don't understand the purpose of locking the BLooper
at all before trying to use a BMessenger to send it a message.)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26805 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-08-04 21:16:11 +00:00
..
add-ons Fix gcc4 build (using __FUNCTION__), and more whitespaces cleanups... 2008-08-04 20:13:03 +00:00
apps Intermediate commit, because I want to rename FolderIterator but it has changes. 2008-08-04 15:16:30 +00:00
bin Prevent softfault, although I would like not to have to declare the sender if I dont care... 2008-07-24 18:28:27 +00:00
build Prefer NULL over 0 and not need to initialize globals with zero as pointed 2008-07-24 12:57:41 +00:00
data update to tzdata2008d 2008-07-19 10:47:57 +00:00
documentation removed former haiku_book and headersampler tool 2007-10-04 22:15:58 +00:00
kits * Move the LockLooper() call before PathHandler::Quit() into Quit(). 2008-08-04 21:16:11 +00:00
libs * rename InterfaceUtils.h/cpp to BlockingWindow.h/cpp and adjust includes 2008-07-30 21:24:19 +00:00
preferences Patch by Andrej Spielmann (GSoC): 2008-08-03 13:40:41 +00:00
servers * Since ShowWindow() could call ActivateWindow() again as well, we should 2008-08-03 16:19:25 +00:00
system * Now uses _kern_write_stat() directly in order to resize the swap file 2008-08-04 16:10:25 +00:00
tests Test program to reproduce bug #2562. 2008-08-04 14:23:06 +00:00
tools * Added file_cache_is_enabled() function. 2008-08-04 08:28:17 +00:00
Jamfile libshared.a doesn't deserve a src/ subdirectory. Moved to 2007-06-15 18:32:50 +00:00