[gtksourceview] Fix "iter" notify to be on the context not on the buffer



commit e13158c3a934b9525484fd1b146ea46c0a713f54
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sun May 16 16:26:30 2010 +0200

    Fix "iter" notify to be on the context not on the buffer

 gtksourceview/gtksourcecompletioncontext.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletioncontext.c b/gtksourceview/gtksourcecompletioncontext.c
index 8571647..53d2d06 100644
--- a/gtksourceview/gtksourcecompletioncontext.c
+++ b/gtksourceview/gtksourcecompletioncontext.c
@@ -177,7 +177,7 @@ buffer_mark_set_cb (GtkTextBuffer              *buffer,
 {
 	if (mark == context->priv->mark)
 	{
-		g_object_notify (G_OBJECT (buffer), "iter");
+		g_object_notify (G_OBJECT (context), "iter");
 	}
 }
 



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