Fix Bug 380789 Error message when saying no to installing the palm sync conduit - error should not occur. r/sr=bienvenu

This commit is contained in:
bugzilla@standard8.demon.co.uk 2007-05-15 13:14:11 -07:00
Родитель 4965f362d1
Коммит 0f180a5981
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -204,6 +204,8 @@ int APIENTRY WinMain(HINSTANCE hInstance,
if (!res)
res = IDS_SUCCESS_INSTALL;
}
else
return 0;
break;
case eSilentInstall:
@ -220,7 +222,8 @@ int APIENTRY WinMain(HINSTANCE hInstance,
res = IDS_SUCCESS_UNINSTALL;
break;
}
return 0;
else
return 0;
case eSilentUninstall:
return UninstallConduit();