RestartMediaServices should return a value, I returned the value from PostMessage

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6260 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-01-24 22:36:16 +00:00
parent a4f26c7d66
commit 1421ba0668
+1 -1
View File
@@ -632,7 +632,7 @@ MediaWindow::RestartMediaServices(void *data)
} }
launch_media_server(); launch_media_server();
window->PostMessage(ML_INIT_MEDIA); return window->PostMessage(ML_INIT_MEDIA);
} }
bool bool