Fixes with uninstall plugins and custom pages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1810 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f9da9e0964
commit
20e2277078
3 changed files with 11 additions and 13 deletions
|
@ -582,11 +582,7 @@ nextPage:
|
|||
{
|
||||
outernotify(1);
|
||||
}
|
||||
if (
|
||||
#ifdef NSIS_CONFIG_UNINSTALL_SUPPORT
|
||||
!g_is_uninstaller &&
|
||||
#endif
|
||||
(id == IDC_BACK && m_page>0))
|
||||
if (id == IDC_BACK && m_page>0)
|
||||
{
|
||||
outernotify(-1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue