[svn] pinentry - r232 - in trunk: . gtk+-2

svn author wk cvs at cvs.gnupg.org
Wed May 12 19:13:10 CEST 2010


Author: wk
Date: 2010-05-12 19:13:10 +0200 (Wed, 12 May 2010)
New Revision: 232

Modified:
   trunk/ChangeLog
   trunk/gtk+-2/gtksecentry.h
Log:
Make -DSEAL safe.  Fixes bug#1224


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-05-07 17:26:10 UTC (rev 231)
+++ trunk/ChangeLog	2010-05-12 17:13:10 UTC (rev 232)
@@ -1,3 +1,9 @@
+2010-05-12  Guido Günther  <agx at sigxcpu.org>  (wk)
+
+	* gtk+-2/gtksecentry.c: Make -DSEAL safe.
+	* gtk+-2/gseal-gtk-compat.h: New.
+	* gtk+-2/gtksecentry.h: Include new header.
+
 2010-05-07  Werner Koch  <wk at g10code.com>
 
 	* gtk+-2/pinentry-gtk-2.c (create_window): Keep the window above

Modified: trunk/gtk+-2/gtksecentry.h
===================================================================
--- trunk/gtk+-2/gtksecentry.h	2010-05-07 17:26:10 UTC (rev 231)
+++ trunk/gtk+-2/gtksecentry.h	2010-05-12 17:13:10 UTC (rev 232)
@@ -39,6 +39,7 @@
 
 
 #include <gtk/gtk.h>
+#include "gseal-gtk-compat.h"
 
 #ifdef __cplusplus
 extern "C" {




More information about the Gnupg-commits mailing list