diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-02 18:13:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-02 18:13:20 +0000 |
commit | 0e53afe70be1876fd69bc171f81b22869f462b0e (patch) | |
tree | 3248b8a0c5dff670ef91fca3fa35d3103d267eb0 /plugins/TabSRMM/src/globals.cpp | |
parent | 542013f69466dfd9f3a564dc5b4a9d3a331ca57c (diff) |
- fixing nicks update in the window's caption;
- fixing the real proto name
git-svn-id: http://svn.miranda-ng.org/main/trunk@10031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/globals.cpp')
-rw-r--r-- | plugins/TabSRMM/src/globals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index eeef4a4f38..c909370dbb 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -497,7 +497,7 @@ int CGlobals::MetaContactEvent(WPARAM hContact, LPARAM lParam) if (c) {
c->updateMeta();
if (c->getHwnd()) {
- ::PostMessage(c->getHwnd(), DM_UPDATETITLE, 0, 0);
+ ::PostMessage(c->getHwnd(), DM_UPDATETITLE, 0, 1);
::PostMessage(c->getHwnd(), DM_UPDATEPICLAYOUT, 0, 0);
}
}
|