[gtksourceview/gtksourcecompletion] Fixed label bug when there are many pages



commit c4a6c4ca0624672e27538de4a10f8e7f99e9ec89
Author: Jesús Barbero Rodríguez <chuchiperriman gmail com>
Date:   Fri May 1 17:40:22 2009 +0200

    Fixed label bug when there are many pages
---
 gtksourceview/gtksourcecompletion.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gtksourceview/gtksourcecompletion.c b/gtksourceview/gtksourcecompletion.c
index 3b27897..9fc0ace 100644
--- a/gtksourceview/gtksourcecompletion.c
+++ b/gtksourceview/gtksourcecompletion.c
@@ -2107,6 +2107,9 @@ gtk_source_completion_show (GtkSourceCompletion *completion,
 		g_list_reverse (completion->priv->active_providers);
 
 	completion->priv->is_interactive = FALSE;		
+
+	update_selection_label (completion);
+
 	return TRUE;
 }
 



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