1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

- german po file for WINGs (Guido Scholz <guido.scholz@bayernline.de>)

- misc fixes in selection code in WINGs
- fix for a crash if WMState is missing on startup
This commit is contained in:
dan
2002-01-01 18:40:24 +00:00
parent 372da5ca39
commit 89cb6559cc
7 changed files with 688 additions and 36 deletions

View File

@@ -1036,6 +1036,9 @@ wWorkspaceRestoreState(WScreen *scr)
make_keys();
if (scr->session_state == NULL)
return;
parr = WMGetFromPLDictionary(scr->session_state, dWorkspaces);
if (!parr)