# HG changeset patch # User Sadrul Habib Chowdhury # Date 1156295373 0 # Node ID 6e2e9e84b99d7e66f80175bb7b87d9d843d29027 # Parent 3248928fbb00dd2d2262f707cccf795e0b7a54e3 [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 diff -r 3248928fbb00 -r 6e2e9e84b99d console/libgnt/gntwidget.c --- 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