changeset 17200:93fa59b2623e

merge of '0f88db079a278fed8edc76442c3b1f70db3b9ebc' and 'a05b585fcb02299b9c93f1dd006f4929e3bf9ef0'
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 23 May 2007 02:35:44 +0000
parents 204cbfeae945 (current diff) 6d940df6c095 (diff)
children 9235189117c0 ffd85797ecab
files
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/win32/nsis/pidgin-installer.nsi	Wed May 23 01:22:20 2007 +0000
+++ b/pidgin/win32/nsis/pidgin-installer.nsi	Wed May 23 02:35:44 2007 +0000
@@ -519,8 +519,7 @@
   SectionEnd
   Section $(PIDGIN_STARTMENU_SHORTCUT_SECTION_TITLE) SecStartMenuShortcut
     SetOverwrite on
-    CreateDirectory "$SMPROGRAMS\Pidgin"
-    CreateShortCut "$SMPROGRAMS\Pidgin\Pidgin.lnk" "$INSTDIR\pidgin.exe"
+    CreateShortCut "$SMPROGRAMS\Pidgin.lnk" "$INSTDIR\pidgin.exe"
     SetOverwrite off
   SectionEnd
 SectionGroupEnd
@@ -750,7 +749,6 @@
     RMDir "$INSTDIR"
 
     ; Shortcuts..
-    RMDir /r "$SMPROGRAMS\Pidgin"
     Delete "$DESKTOP\Pidgin.lnk"
 
     Goto done