--- a/pidgin/win32/nsis/pidgin-installer.nsi Tue Oct 04 22:57:40 2016 +0200 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Wed Oct 05 16:08:49 2016 +0200 @@ -504,8 +504,6 @@ ; I can't think of an easy way to maintain a list in a single place Push "aim" Call un.UnregisterURIHandler - Push "myim" - Call un.UnregisterURIHandler Push "ymsgr" Call un.UnregisterURIHandler Push "xmpp" @@ -560,7 +558,6 @@ Delete "$INSTDIR\plugins\libgg.dll" Delete "$INSTDIR\plugins\libicq.dll" Delete "$INSTDIR\plugins\libirc.dll" - Delete "$INSTDIR\plugins\libmyspace.dll" Delete "$INSTDIR\plugins\libnapster.dll" Delete "$INSTDIR\plugins\libnovell.dll" Delete "$INSTDIR\plugins\libsametime.dll"