# HG changeset patch # User Daniel Atallah # Date 1134361863 0 # Node ID bfa21679fef5b62f73669e91b08220d476a37aba # Parent 933fda51587e4bab7fa561ac7acedd1adb060af2 [gaim-migrate @ 14761] Luke noticed that this was missing. committer: Tailor Script diff -r 933fda51587e -r bfa21679fef5 gaim-installer.nsi --- a/gaim-installer.nsi Sun Dec 11 21:06:15 2005 +0000 +++ b/gaim-installer.nsi Mon Dec 12 04:31:03 2005 +0000 @@ -697,6 +697,7 @@ RMDir /r "$INSTDIR\perlmod" Delete "$INSTDIR\plugins\docklet.dll" Delete "$INSTDIR\plugins\extplacement.dll" + Delete "$INSTDIR\plugins\gaimrc.dll" Delete "$INSTDIR\plugins\history.dll" Delete "$INSTDIR\plugins\iconaway.dll" Delete "$INSTDIR\plugins\idle.dll" diff -r 933fda51587e -r bfa21679fef5 plugins/Makefile.mingw --- a/plugins/Makefile.mingw Sun Dec 11 21:06:15 2005 +0000 +++ b/plugins/Makefile.mingw Mon Dec 12 04:31:03 2005 +0000 @@ -115,6 +115,7 @@ plugins: \ extplacement.dll \ + gaimrc.dll \ history.dll \ iconaway.dll \ idle.dll \