diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-25 16:44:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-25 16:44:33 +0000 |
commit | 27035a4a46167dc714b770c77561f14e8d0b945d (patch) | |
tree | b67bbf56d590118aeae36bd187966666983f8631 /src/modules/plugins/pluginopts.cpp | |
parent | a30011d4b7881cc9e55077ddd6b9686ce54c3343 (diff) |
draft version of the dynamic accounts' removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@1655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/plugins/pluginopts.cpp')
-rw-r--r-- | src/modules/plugins/pluginopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp index 61063de605..7f1483a5b1 100644 --- a/src/modules/plugins/pluginopts.cpp +++ b/src/modules/plugins/pluginopts.cpp @@ -221,7 +221,7 @@ static LRESULT CALLBACK PluginListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LP }
}
else if (lvi.iImage == 2) {
- if (UnloadPluginDynamically(dat)) {
+ if ( UnloadPluginDynamically(dat)) {
lvi.iImage = 3;
ListView_SetItem(hwnd, &lvi);
} } } } }
|