[gtksourceview/gtksourcecompletion] Fixed typo in unblocking signal after proposal activation



commit f9600b9d120d1ee7f38c64081758a2508b783b57
Author: Jesse van den Kieboom <jessevdk gnome org>
Date:   Sat Sep 19 15:00:43 2009 +0200

    Fixed typo in unblocking signal after proposal activation

 gtksourceview/gtksourcecompletion.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/gtksourcecompletion.c b/gtksourceview/gtksourcecompletion.c
index 15b2ad5..d49e1aa 100644
--- a/gtksourceview/gtksourcecompletion.c
+++ b/gtksourceview/gtksourcecompletion.c
@@ -218,7 +218,7 @@ activate_current_proposal (GtkSourceCompletion *completion)
 	
 	g_signal_handler_unblock (buffer,
 	                          completion->priv->signals_ids[TEXT_BUFFER_DELETE_RANGE]);
-	g_signal_handler_unblock (completion->priv->model_proposals,
+	g_signal_handler_unblock (buffer,
 	                          completion->priv->signals_ids[TEXT_BUFFER_INSERT_TEXT]);
 
 	g_object_unref (provider);



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