summaryrefslogtreecommitdiff
path: root/gaim-installer.nsi
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2006-08-20 20:14:12 +0000
committerRichard Laager <rlaager@pidgin.im>2006-08-20 20:14:12 +0000
commit741e0fc9c4db0c09558bf001f1c52f2d056a816a (patch)
treec541f3b114533cdd78501b2f725cb5d06fc441d7 /gaim-installer.nsi
parent96b381bd6735adf9e9f6893f1d1370d486fab3d1 (diff)
downloadpidgin-741e0fc9c4db0c09558bf001f1c52f2d056a816a.tar.gz
[gaim-migrate @ 16917]
* Enable the log reader plugin. I'm really going to try to work on this some more, but making it available (with a warning) will help shame me into fixing it. * De-activate the stub loggers in the log reader plugin for Fire and Messenger Plus! * Fix up logs of svn:ignore properties so that svn status comes up clean.
Diffstat (limited to 'gaim-installer.nsi')
-rw-r--r--gaim-installer.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gaim-installer.nsi b/gaim-installer.nsi
index c6bdb2591f..833ee13dd3 100644
--- a/gaim-installer.nsi
+++ b/gaim-installer.nsi
@@ -717,6 +717,7 @@ Section Uninstall
Delete "$INSTDIR\plugins\libsimple.dll"
Delete "$INSTDIR\plugins\libtoc.dll"
Delete "$INSTDIR\plugins\libyahoo.dll"
+ Delete "$INSTDIR\plugins\log_reader.dll"
Delete "$INSTDIR\plugins\notify.dll"
Delete "$INSTDIR\plugins\perl.dll"
Delete "$INSTDIR\plugins\psychic.dll"