mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
started Appearance update in WPrefs
added tabbed view changed some callbacks to delegate like stuff (textfield and browser)
This commit is contained in:
@@ -1087,7 +1087,7 @@ wScreenSaveState(WScreen *scr)
|
||||
free(str);
|
||||
PLSetFilename(scr->session_state, path);
|
||||
if (!PLSave(scr->session_state, YES)) {
|
||||
wwarning(_("could not save session state in %s"), PLGetString(path));
|
||||
wsyserror(_("could not save session state in %s"), PLGetString(path));
|
||||
}
|
||||
PLRelease(path);
|
||||
PLRelease(old_state);
|
||||
|
||||
Reference in New Issue
Block a user