/pidgin/main: e9bc95ce04f3: Remove a few nonexistant dlls from t...

Mark Doliner mark at kingant.net
Mon Feb 17 13:24:22 EST 2014


Changeset: e9bc95ce04f3a07391dbf4b474e467b625ed8970
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2014-02-17 10:24 -0800
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/e9bc95ce04f3

Description:

Remove a few nonexistant dlls from the list of files to uninstall.

We don't need to leave things in this list in order for deprecated
files to get removed on upgrade, do we?

diffstat:

 ChangeLog                              |  1 +
 pidgin/win32/nsis/pidgin-installer.nsi |  3 ---
 2 files changed, 1 insertions(+), 3 deletions(-)

diffs (28 lines):

diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,7 @@ version 3.0.0 (??/??/????):
 
 	MySpace:
 	* Remove this protocol because the servers have been taken offline.
+	  (#15356)
 
 	XMPP:
 	* Strip element prefixes from XHTML-IM messages as they're presented
diff --git a/pidgin/win32/nsis/pidgin-installer.nsi b/pidgin/win32/nsis/pidgin-installer.nsi
--- a/pidgin/win32/nsis/pidgin-installer.nsi
+++ b/pidgin/win32/nsis/pidgin-installer.nsi
@@ -582,13 +582,10 @@ Section Uninstall
     Delete "$INSTDIR\plugins\libirc.dll"
     Delete "$INSTDIR\plugins\libmsn.dll"
     Delete "$INSTDIR\plugins\libmxit.dll"
-    Delete "$INSTDIR\plugins\libmyspace.dll"
-    Delete "$INSTDIR\plugins\libnapster.dll"
     Delete "$INSTDIR\plugins\libnovell.dll"
     Delete "$INSTDIR\plugins\libsametime.dll"
     Delete "$INSTDIR\plugins\libsilc.dll"
     Delete "$INSTDIR\plugins\libsimple.dll"
-    Delete "$INSTDIR\plugins\libtoc.dll"
     Delete "$INSTDIR\plugins\libyahoo.dll"
     Delete "$INSTDIR\plugins\libyahoojp.dll"
     Delete "$INSTDIR\plugins\libxmpp.dll"



More information about the Commits mailing list