[git] GpgOL - branch, master, updated. gpgol-1.3.0-34-g71ce5da

by Andre Heinecke cvs at cvs.gnupg.org
Thu Dec 10 19:45:04 CET 2015


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 extension for MS Outlook".

The branch, master has been updated
       via  71ce5dafa54179d7fbf38ff911aeca9559bdacbe (commit)
      from  ac29e4ae6c30d37ee8cba136247bb3c4dd955562 (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 71ce5dafa54179d7fbf38ff911aeca9559bdacbe
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Dec 10 19:43:34 2015 +0100

    Fix x64 build by cleaning up debug statements.
    
    * src/addin-options.cpp: Remove some debug output
    
    --
    GetLastError was printed wrongly on 64 bit

diff --git a/src/addin-options.cpp b/src/addin-options.cpp
index 0017882..ce8eab0 100644
--- a/src/addin-options.cpp
+++ b/src/addin-options.cpp
@@ -69,7 +69,6 @@ options_window_proc (HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
           set_labels (hDlg);
           ShowWindow (GetDlgItem (hDlg, IDC_GPG_OPTIONS),
                       opt.enable_debug ? SW_SHOW : SW_HIDE);
-          log_debug ("Init Window");
         }
       return 1;
       case WM_LBUTTONDOWN:
@@ -119,11 +118,6 @@ options_dialog_box (HWND parent)
 
   if (!parent)
     parent = GetDesktopWindow ();
-  err = DialogBoxParam (glob_hinst, MAKEINTRESOURCE (resid), parent,
-                        options_window_proc, 0);
-  if (err <= 0)
-    {
-      log_debug ("Failed with: return code: %x last err %lx", err, GetLastError());
-    }
-  log_debug ("Opened Options?");
+  DialogBoxParam (glob_hinst, MAKEINTRESOURCE (resid), parent,
+                  options_window_proc, 0);
 }

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

Summary of changes:
 src/addin-options.cpp | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GnuPG extension for MS Outlook
http://git.gnupg.org




More information about the Gnupg-commits mailing list