forked from e16/e16
1
0
Fork 0

Sat Mar 25 17:15:37 GMT 2000

(gilbertt)

I suspect this would be necessary too.


SVN revision: 2325
This commit is contained in:
Tom Gilbert 2000-03-25 17:14:22 +00:00
parent 4046df6081
commit 18169f1b10
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

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