Mercurial > pidgin.yaz
changeset 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 | 3248928fbb00 |
children | ea5193c23171 |
files | console/libgnt/gntwidget.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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