Redraw the textview when a tag is changed

Mon, 06 Apr 2009 10:30:25 +0000

author
Richard Nelson <wabz@pidgin.im>
date
Mon, 06 Apr 2009 10:30:25 +0000
changeset 26718
75cb3afc71bd
parent 26717
b3f2ace813f5
child 26719
314682a2c762

Redraw the textview when a tag is changed

finch/libgnt/gnttextview.c file | annotate | diff | comparison | revisions
--- a/finch/libgnt/gnttextview.c	Mon Apr 06 06:11:24 2009 +0000
+++ b/finch/libgnt/gnttextview.c	Mon Apr 06 10:30:25 2009 +0000
@@ -799,6 +799,7 @@
 				break;
 		}
 	}
+	gnt_widget_draw(GNT_WIDGET(view));
 	return count;
 }
 

mercurial