diff console/libgnt/gntbutton.c @ 13878:0d0ab1e39d0a

[gaim-migrate @ 16355] Change the behaviour of the widgets about how they update themselves. This makes things a little better, and hopefully easier to build more stuff on top of this. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 27 Jun 2006 02:33:55 +0000
parents 0e1e59770cb0
children 9d66969a2e32
line wrap: on
line diff
--- a/console/libgnt/gntbutton.c	Mon Jun 26 19:54:53 2006 +0000
+++ b/console/libgnt/gntbutton.c	Tue Jun 27 02:33:55 2006 +0000
@@ -21,8 +21,6 @@
 	wbkgdset(widget->window, '\0' | COLOR_PAIR(type));
 	mvwprintw(widget->window, 1, 1, button->priv->text);
 
-	wrefresh(widget->window);
-
 	DEBUG;
 }