[Pkg-owncloud-commits] [owncloud-client] 100/175: Win32: Make Setup/Update Mutex theme-unique
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Aug 8 10:36:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit e708c145fa26c71340dca98d121499d53fccd742
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Sat May 23 09:39:45 2015 +0200
Win32: Make Setup/Update Mutex theme-unique
Fixes #3272
---
cmake/modules/NSIS.template.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 8ec3cfb..525d30a 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -777,7 +777,7 @@ Function .onInit
goto UAC_Elevate
;Prevent multiple instances.
- System::Call 'kernel32::CreateMutexA(i 0, i 0, t "owncloudInstaller") i .r1 ?e'
+ System::Call 'kernel32::CreateMutexA(i 0, i 0, t "${APPLICATION_SHORTNAME}Installer") i .r1 ?e'
Pop $R0
StrCmp $R0 0 +3
MessageBox MB_OK|MB_ICONEXCLAMATION $INIT_INSTALLER_RUNNING
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list