[git] Pinentry - branch, master, updated. pinentry-0.8.3-9-g044875d

by Werner Koch cvs at cvs.gnupg.org
Tue Apr 15 22:06:04 CEST 2014


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 "The standard pinentry collection".

The branch, master has been updated
       via  044875d418765ce2be1abd333d344c8d7a7b883c (commit)
      from  556d305b970ed60ef1dc2718fcafbf3bea6b7fea (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 044875d418765ce2be1abd333d344c8d7a7b883c
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Apr 15 16:40:48 2014 +0200

    Use #if 0 for the emacs indentation helper.
    
    --

diff --git a/gtk+-2/gtksecentry.h b/gtk+-2/gtksecentry.h
index 95f705e..c0f2e5a 100644
--- a/gtk+-2/gtksecentry.h
+++ b/gtk+-2/gtksecentry.h
@@ -22,7 +22,7 @@
  * Modified by the GTK+ Team and others 1997-2000.  See the AUTHORS
  * file for a list of people on the GTK+ Team.  See the ChangeLog
  * files for a list of changes.  These files are distributed with
- * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
+ * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
 /*
@@ -43,10 +43,11 @@
 
 #ifdef __cplusplus
 extern "C" {
-#ifdef MAKE_EMACS_HAPPY
-}
-#endif				/* MAKE_EMACS_HAPPY */
-#endif				/* __cplusplus */
+#if 0
+} /* Make Emacs happy.  */
+#endif
+#endif	/* __cplusplus */
+
 #define GTK_TYPE_SECURE_ENTRY                  (gtk_secure_entry_get_type ())
 #define GTK_SECURE_ENTRY(obj)                  (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SECURE_ENTRY, GtkSecureEntry))
 #define GTK_SECURE_ENTRY_CLASS(klass)          (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_SECURE_ENTRY, GtkSecureEntryClass))

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

Summary of changes:
 gtk+-2/gtksecentry.h |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
The standard pinentry collection
http://git.gnupg.org




More information about the Gnupg-commits mailing list