diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/globals.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index 5fdf1e1724..1f709f1e46 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -507,8 +507,9 @@ int CGlobals::MetaContactEvent(WPARAM hContact, LPARAM lParam) if (c) {
c->updateMeta(true);
if (c->getHwnd()) {
- c->updateUIN(); // only do this for open windows, not needed normally
+ c->updateUIN(); // only do this for open windows, not needed normally
::PostMessage(c->getHwnd(), DM_UPDATETITLE, 0, 0);
+ ::PostMessage(c->getHwnd(), DM_UPDATEPICLAYOUT, 0, 0);
}
}
}
|