diff --git a/src/ChangeLog b/src/ChangeLog index ddb26cca..c17256c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4403,3 +4403,11 @@ applet test it for me? This doesn't break the gnome wm-spec does it? + +------------------------------------------------------------------------------- + +Sat Mar 25 17:15:37 GMT 2000 +(gilbertt) + +I suspect this would be necessary too. + diff --git a/src/actions.c b/src/actions.c index af3fdf1c..fdb0e47b 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1775,6 +1775,7 @@ doSkipLists(void *params) ewin->skipfocus = !(skip); params = NULL; GNOME_SetHint(ewin); + GNOME_SetClientList(); RememberImportantInfoForEwin(ewin); EDBUG_RETURN(0); @@ -1803,6 +1804,7 @@ doSkipTask(void *params) ewin->skiptask = !(skiptask); params = NULL; GNOME_SetHint(ewin); + GNOME_SetClientList(); RememberImportantInfoForEwin(ewin); EDBUG_RETURN(0);