diff console/libgnt/gntwidget.c @ 14298:6e2e9e84b99d

[gaim-migrate @ 16988] This should fix Luke's crash, and this causes the default colors to be used. You can enable custom colors from ~/.gntrc by setting "customcolor=1" under "[general]". committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 23 Aug 2006 01:09:33 +0000
parents c111a7e718d0
children b1b76fb9c739
line wrap: on
line diff
--- a/console/libgnt/gntwidget.c	Tue Aug 22 20:07:16 2006 +0000
+++ b/console/libgnt/gntwidget.c	Wed Aug 23 01:09:33 2006 +0000
@@ -385,8 +385,8 @@
 gnt_widget_hide(GntWidget *widget)
 {
 	wbkgdset(widget->window, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL));
-#if 1
-	/* XXX: I have no clue why, but this seems to be necessary. */
+#if 0
+	/* XXX: I have no clue why, but this seemed to be necessary. */
 	if (gnt_widget_has_shadow(widget))
 		mvwvline(widget->window, 1, widget->priv.width, ' ', widget->priv.height);
 #endif