From: <sa...@us...> - 2006-08-23 01:09:38
|
Revision: 16988 Author: sadrul Date: 2006-08-22 18:09:33 -0700 (Tue, 22 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16988&view=rev Log Message: ----------- 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]". Modified Paths: -------------- trunk/console/libgnt/gntwidget.c Modified: trunk/console/libgnt/gntwidget.c =================================================================== --- trunk/console/libgnt/gntwidget.c 2006-08-22 20:07:16 UTC (rev 16987) +++ trunk/console/libgnt/gntwidget.c 2006-08-23 01:09:33 UTC (rev 16988) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |