X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fscreen-notify.c;h=ecb280702aac96b863b5b40c69dca38c0eca73ff;hb=801e83f399c5307749d9a1caa7ca43814bf343a1;hp=30e0c97e6cb8e890f782b3d64fddc9e7a7aff3d3;hpb=799a98b5f970cc5b09cd572f293b6ab7ac6854fc;p=ion3.git diff --git a/ioncore/screen-notify.c b/ioncore/screen-notify.c index 30e0c97..ecb2807 100644 --- a/ioncore/screen-notify.c +++ b/ioncore/screen-notify.c @@ -1,7 +1,7 @@ /* * ion/ioncore/screen-notify.c * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2008. * * See the included file LICENSE for details. */ @@ -377,8 +377,11 @@ void ioncore_screen_activity_notify(WRegion *reg, WRegionNotify how) if(how==ioncore_g.notifies.activity){ screen_update_notifywin(region_screen_of(reg)); }else if(how==ioncore_g.notifies.name){ + WScreen *scr=region_screen_of(reg); if(region_is_activity(reg)) - screen_update_notifywin(region_screen_of(reg)); + screen_update_notifywin(scr); + if((WRegion*)scr==REGION_MANAGER(reg)) + screen_do_update_infowin(scr); } }