[Pkg-owncloud-commits] [owncloud-client] 107/175: Win32: Make Setup/Update Mutex theme-unique (2/2)
    Sandro Knauß 
    hefee-guest at moszumanska.debian.org
       
    Sat Aug  8 10:36:32 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 793130a5333b7b58b97cce9538b5a6fdbedbee51
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Mon May 25 21:54:03 2015 +0200
    Win32: Make Setup/Update Mutex theme-unique (2/2)
    
    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 890fcf6..0f33386 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -846,7 +846,7 @@ Function un.onInit
       goto UAC_Elevate
 
    ;Prevent multiple instances.
-   System::Call 'kernel32::CreateMutexA(i 0, i 0, t "owncloudUninstaller") i .r1 ?e'
+   System::Call 'kernel32::CreateMutexA(i 0, i 0, t "${APPLICATION_SHORTNAME}Uninstaller") i .r1 ?e'
    Pop $R0
    StrCmp $R0 0 +3
       MessageBox MB_OK|MB_ICONEXCLAMATION $INIT_UNINSTALLER_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