[gedit] G_STMT_BEGIN should be G_STMT_START in compat header



commit b61cb34f87b7d55881d9903307444184050dec15
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sun May 23 12:39:52 2010 +0200

    G_STMT_BEGIN should be G_STMT_START in compat header

 gedit/gseal-gtk-compat.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gseal-gtk-compat.h b/gedit/gseal-gtk-compat.h
index 8fd6a80..60fce42 100644
--- a/gedit/gseal-gtk-compat.h
+++ b/gedit/gseal-gtk-compat.h
@@ -25,7 +25,7 @@ G_BEGIN_DECLS
 
 #if !GTK_CHECK_VERSION (2, 22, 0)
 #define gtk_text_view_reset_im_context(view) \
-	G_STMT_BEGIN \
+	G_STMT_START \
 		if (GTK_TEXT_VIEW (view)->need_im_reset) \
 		{ \
 			GTK_TEXT_VIEW (view)->need_im_reset = FALSE; \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]