mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 21:38:00 +01:00
Remove wsyserrorwithcode, rename wsyserror to werror
wsyserrorwithcode - Not used, no point either. wsyserror->werror - qualifying "error" with a "type" hardly makes sense if there are not at least two "type"s. There are not. Safe trip. Signed-off-by: Tamas TEVESZ <ice@extreme.hu>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c5f5e0b9c0
commit
1f21919809
@@ -1010,7 +1010,7 @@ void wScreenSaveState(WScreen * scr)
|
||||
str = wdefaultspathfordomain(buf);
|
||||
}
|
||||
if (!WMWritePropListToFile(scr->session_state, str)) {
|
||||
wsyserror(_("could not save session state in %s"), str);
|
||||
werror(_("could not save session state in %s"), str);
|
||||
}
|
||||
wfree(str);
|
||||
WMReleasePropList(old_state);
|
||||
|
||||
Reference in New Issue
Block a user