From 2c458b6dbf9dece66f0c5399b10c5c7e61d3d39b Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Sun, 12 Jun 2005 06:26:03 +0000 Subject: [PATCH] Now inits fInitialWorkspace correctly, calling current_workspace() git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13073 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/app/Application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kits/app/Application.cpp b/src/kits/app/Application.cpp index 03539b4c30..92df3579be 100644 --- a/src/kits/app/Application.cpp +++ b/src/kits/app/Application.cpp @@ -440,6 +440,8 @@ DBG(OUT("BApplication::InitData(`%s', %p)\n", signature, _error)); // ToDo: these could have a predefined server token to safe the communication! B_CURSOR_SYSTEM_DEFAULT = new BCursor(B_HAND_CURSOR); B_CURSOR_I_BEAM = new BCursor(B_I_BEAM_CURSOR); + + fInitialWorkspace = current_workspace(); #endif // RUN_WITHOUT_APP_SERVER // Return the error or exit, if there was an error and no error variable