1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-09 23:34:14 +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:
kojima
1999-05-15 17:38:05 +00:00
parent 70a363de7b
commit dd2d71fc9b
43 changed files with 1831 additions and 500 deletions

View File

@@ -127,6 +127,9 @@
/* whether XKB language MODELOCK should be enabled */
#undef XKB_MODELOCK
/* define if you want user defined menus for applications */
#undef USER_MENU
/* Define if you have the atexit function. */
#undef HAVE_ATEXIT

View File

@@ -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);