[gedit] Add a comment with the bug # for the text iter workaround.



commit 7bf29803e3e431f46f3f9fec7e0bdb5a41251a13
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Mar 22 23:21:15 2011 +0100

    Add a comment with the bug # for the text iter workaround.

 gedit/gedit-utils.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gedit/gedit-utils.c b/gedit/gedit-utils.c
index 872038b..412cc85 100644
--- a/gedit/gedit-utils.c
+++ b/gedit/gedit-utils.c
@@ -1494,6 +1494,8 @@ gedit_utils_get_compression_type_from_content_type (const gchar *content_type)
 	return GEDIT_DOCUMENT_COMPRESSION_TYPE_NONE;
 }
 
+/* This is a workaround for python bindings:
+ * see https://bugzilla.gnome.org/show_bug.cgi?id=645258 */
 void
 gedit_utils_text_iter_assign (GtkTextIter       *iter,
                               GtkTextIter const *other)



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