Re: colors in mailbox-list
- From: Peter Bloomfield <PeterBloomfield bellsouth net>
- To: balsa-list gnome org
- Subject: Re: colors in mailbox-list
- Date: Mon, 28 Jul 2003 09:27:56 -0400
On 07/21/2003, Darko Obradovic wrote:
> running into the first problem:
>
> in "src/balsa-index.c" there is a function "bndx_set_style[_func]".
> it is supposed to change the style for unread nodes, but I can't see
> where the attribute for "bold/normal" is set. I only see the color,
> and that's what I would like to remove, but obviously it's the only
> function to touch styles, and so it has to change that attribute as
> well I'm afraid. But how?
Apparently, only the color is set, not the weight. You'd need to
replace the gtk_tree_store_set to BNDX_COLOR_COLUMN with one to
BNDX_WEIGHT_COLUMN, as in bndx_set_col_images().
Peter
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]