changeset 26579:65f9a5e37b31

Redraw the textview when a tag is changed
author Richard Nelson <wabz@pidgin.im>
date Mon, 06 Apr 2009 10:30:25 +0000
parents e80b41862cc0
children 246081d2d990
files finch/libgnt/gnttextview.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }