From e8825c7589e16d05b5bfc03b38d2a849c8078377 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 22 Jul 2015 18:28:08 +0000 Subject: MirLua: hotkeys cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@14638 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/m_msg_buttonsbar.cpp | 3 +-- plugins/MirLua/src/mlua.cpp | 1 + plugins/MirLua/src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/MirLua') diff --git a/plugins/MirLua/src/m_msg_buttonsbar.cpp b/plugins/MirLua/src/m_msg_buttonsbar.cpp index 40cf42ae95..4b22301f97 100644 --- a/plugins/MirLua/src/m_msg_buttonsbar.cpp +++ b/plugins/MirLua/src/m_msg_buttonsbar.cpp @@ -50,7 +50,6 @@ static int lua_AddButton(lua_State *L) INT_PTR res = ::CallService(MS_BB_ADDBUTTON, 0, (LPARAM)bbb); lua_pushinteger(L, res); - return 1; } @@ -79,7 +78,7 @@ static int lua_RemoveButton(lua_State *L) INT_PTR res = ::CallService(MS_BB_REMOVEBUTTON, 0, (LPARAM)&bbb); lua_pushinteger(L, res); - mir_free(bbb.pszModuleName); + //mir_free(bbb.pszModuleName); return 1; } diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 21a24e055c..fac6fa9307 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -67,6 +67,7 @@ void CMLua::Unload() ::KillModuleIcons(hScriptsLangpack); ::KillModuleMenus(hScriptsLangpack); + ::KillModuleHotkeys(hScriptsLangpack); CMLua::KillModuleServices(); CMLua::KillModuleEventHooks(); //KillModuleSubclassing diff --git a/plugins/MirLua/src/version.h b/plugins/MirLua/src/version.h index d8967a631e..89795d3de6 100644 --- a/plugins/MirLua/src/version.h +++ b/plugins/MirLua/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 11 #define __RELEASE_NUM 4 -#define __BUILD_NUM 2 +#define __BUILD_NUM 3 #include -- cgit v1.2.3