[Gpg4win-commits] r1346 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 3 17:29:48 CET 2010


Author: emanuel
Date: 2010-03-03 17:29:47 +0100 (Wed, 03 Mar 2010)
New Revision: 1346

Modified:
   trunk/ChangeLog
   trunk/src/inst-pinentry.nsi
Log:
Set pinentry-qt4 as default

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-03-03 13:31:43 UTC (rev 1345)
+++ trunk/ChangeLog	2010-03-03 16:29:47 UTC (rev 1346)
@@ -1,3 +1,6 @@
+2010-03-03  Emanuel Schuetze  <emanuel.schuetze at intevation.de>
+	* src/inst-pinentry.nsi: Set pinentry-qt4 as default.
+
 2010-03-03  Werner Koch  <wk at g10code.com>
 
 	* packages/packages.current: Update pinentry.

Modified: trunk/src/inst-pinentry.nsi
===================================================================
--- trunk/src/inst-pinentry.nsi	2010-03-03 13:31:43 UTC (rev 1345)
+++ trunk/src/inst-pinentry.nsi	2010-03-03 16:29:47 UTC (rev 1346)
@@ -37,7 +37,7 @@
   File "${prefix}/bin/pinentry-w32.exe"
   File "${prefix}/bin/pinentry-gtk-2.exe"
   File "${prefix}/bin/pinentry-qt4.exe"
-  File /oname=pinentry.exe "${prefix}/bin/pinentry-gtk-2.exe"
+  File /oname=pinentry.exe "${prefix}/bin/pinentry-qt4.exe"
 
 !endif
 SectionEnd



More information about the Gpg4win-commits mailing list