[gucharmap] Hide cursor in character details textview



commit 2799a8861f505442c6de075f75a8f04fb463f65a
Author: Christian Persch <chpe gnome org>
Date:   Mon Feb 14 23:26:19 2011 +0100

    Hide cursor in character details textview

 gucharmap/gucharmap-charmap.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gucharmap/gucharmap-charmap.c b/gucharmap/gucharmap-charmap.c
index 9787528..4e7b897 100644
--- a/gucharmap/gucharmap-charmap.c
+++ b/gucharmap/gucharmap-charmap.c
@@ -1220,6 +1220,7 @@ gucharmap_charmap_init (GucharmapCharmap *charmap)
   textview = gtk_text_view_new ();
   priv->details_view = GTK_TEXT_VIEW (textview);
   gtk_text_view_set_editable (GTK_TEXT_VIEW (textview), FALSE);
+  gtk_text_view_set_cursor_visible (GTK_TEXT_VIEW (textview), FALSE);
   gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (textview),
                                GTK_WRAP_WORD);
 



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