[git] Wincetools - branch, kdepimcetools, updated. fa7053a66ec86d46a9b5d963abe83b84c420b929

by Andre Heinecke cvs at cvs.gnupg.org
Fri Feb 11 09:45:30 CET 2011


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 "UNNAMED PROJECT".

The branch, kdepimcetools has been updated
       via  fa7053a66ec86d46a9b5d963abe83b84c420b929 (commit)
      from  b9eabf8c7de3290822582a74d4b69944d4d93edd (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 fa7053a66ec86d46a9b5d963abe83b84c420b929
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Fri Feb 11 08:17:37 2011 +0000

    Fix the bring to front action whithout loader

diff --git a/loader/splashscreen.cpp b/loader/splashscreen.cpp
index 0e335e4..d056290 100644
--- a/loader/splashscreen.cpp
+++ b/loader/splashscreen.cpp
@@ -64,11 +64,11 @@ restore_existing_window( const wchar_t * filename )
     }
     TRACE("BASENAME of %S \n is : %S \n", filename, basename);
 
-    if (endswith(filename, L"-real.exe")) {
-        c = L'-';
-    } else {
-        c = L'.';
-    }
+#ifdef USE_LOADER
+    c = L'-';
+#else
+    c = L'.';
+#endif
 
     p = wcsrchr(filename, c);
     if (! p ) {

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

Summary of changes:
 loader/splashscreen.cpp |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT
http://git.gnupg.org




More information about the Gnupg-commits mailing list