app_server was not storing its settings when the workspace count was changed.
As a consequence this setting was lost unless another setting was also altered that affected the workspace configuration in some way. Fixes #2849. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28206 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3d7584da5c
commit
4a4355bd7d
@ -508,6 +508,7 @@ DesktopSettingsPrivate::SetWorkspacesCount(int32 number)
|
|||||||
number = kMaxWorkspaces;
|
number = kMaxWorkspaces;
|
||||||
|
|
||||||
fWorkspacesCount = number;
|
fWorkspacesCount = number;
|
||||||
|
Save(kWorkspacesSettings);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user