[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.3.0-103-g3e8b0c3

by Andre Heinecke cvs at cvs.gnupg.org
Mon Feb 29 16:27:41 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, master has been updated
       via  3e8b0c39d128c097284d5261e8a44b310304b937 (commit)
      from  929d94bd192ddb8ddc8f9ee45e9168b066488459 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3e8b0c39d128c097284d5261e8a44b310304b937
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Mon Feb 29 16:26:44 2016 +0100

    Fix installation of Desktop icons
    
    * src/inst-sections.nsi: Remove wrong IntCmp jump.

diff --git a/src/inst-sections.nsi b/src/inst-sections.nsi
index 5972bdc..6a68ea7 100644
--- a/src/inst-sections.nsi
+++ b/src/inst-sections.nsi
@@ -984,7 +984,6 @@ Section "-startmenu"
   # Check if the desktop entries where requested.
   g4wihelp::config_fetch_bool "inst_desktop"
   StrCmp $R0 "0" no_desktop
-  IntCmp $R0 0 no_desktop
 
 !ifdef HAVE_PKG_GPA
     SectionGetFlags ${SEC_gpa} $R0

-----------------------------------------------------------------------

Summary of changes:
 src/inst-sections.nsi | 1 -
 1 file changed, 1 deletion(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list