/pidgin/main: 36b1f6ba0564: Remove the ability to launch Pidgin ...

Daniel Atallah datallah at pidgin.im
Thu Sep 6 00:53:16 EDT 2012


Changeset: 36b1f6ba0564f48029c917469607b46831e1845a
Author:	 Daniel Atallah <datallah at pidgin.im>
Date:	 2012-09-06 05:47 +0100
Branch:	 release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/36b1f6ba0564

Description:

Remove the ability to launch Pidgin from the last page of the installer.
The installer will most likely be run with Admin privileges and we don't want
the Pidgin process to inherit them.

Fixes #12443

diffstat:

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

diffs (14 lines):

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
@@ -118,8 +118,8 @@ ReserveFile "${NSISDIR}\Plugins\System.d
 
   ;Finish Page config
   !define MUI_FINISHPAGE_NOAUTOCLOSE
-  !define MUI_FINISHPAGE_RUN			"$INSTDIR\pidgin.exe"
-  !define MUI_FINISHPAGE_RUN_NOTCHECKED
+  ;!define MUI_FINISHPAGE_RUN			"$INSTDIR\pidgin.exe"
+  ;!define MUI_FINISHPAGE_RUN_NOTCHECKED
   !define MUI_FINISHPAGE_LINK			$(PIDGINFINISHVISITWEBSITE)
   !define MUI_FINISHPAGE_LINK_LOCATION		"http://pidgin.im"
 



More information about the Commits mailing list