# HG changeset patch # User Daniel Atallah # Date 1240155328 0 # Node ID 657ccc44e7633f5287c057012e193a531f68c10e # Parent 618255d76deb36b1f1333c049e29595c7922781b Delete the Start Menu shortcut when uninstalling. Fixes #8985 diff -r 618255d76deb -r 657ccc44e763 pidgin/win32/nsis/pidgin-installer.nsi --- a/pidgin/win32/nsis/pidgin-installer.nsi Sat Apr 18 22:46:29 2009 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Sun Apr 19 15:35:28 2009 +0000 @@ -813,6 +813,7 @@ ; Shortcuts.. Delete "$DESKTOP\Pidgin.lnk" + Delete "$SMPROGRAMS\Pidgin.lnk" Goto done