pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] Compile error in latest git


From: Heinrich Müller
Subject: Re: [Pan-users] Compile error in latest git
Date: Sun, 23 Mar 2014 15:34:37 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

Please provide a patch, that would be very welcome on my end

Cheers.


Am 23.03.2014 15:31, schrieb Andrew Nile:
On 23 March 2014 13:31, Duncan <address@hidden> wrote:

Any ideas on that, Andrew (or anyone else)?
Hi Duncan, I do have an idea (at least as a temporary measure). Each
quote level can have its own background colour too, but the
preferences dialog only sets one.

Open up your preferences.xml file and look for the lines (they might
not be together) with

<color name='body-pane-color-quote-1-bg' value='#FFFFFF'/>
<color name='body-pane-color-quote-2-bg' value='#FFFFFF'/>
<color name='body-pane-color-quote-3-bg' value='#FFFFFF'/>

and change the Fs to 0s so it becomes

<color name='body-pane-color-quote-1-bg' value='#000000'/>
<color name='body-pane-color-quote-2-bg' value='#000000'/>
<color name='body-pane-color-quote-3-bg' value='#000000'/>

and that'll turn it to black for you. :)

Now for ideas on the fix: there's two ways we could do it. Way 1:
allow each quote level to have its own configurable background colour,
like in the (hopefully attached) screenshot.

or

Way 2, we get Pan to only use the one background colour set in the
current preferences dialog with a change to body-pane.cc. Lines 538,
542 and 546 all become

===

"background", p.get_color_str ("body-pane-color-quote-bg", bg).c_str(),

===

If the first method is preferred I can create a patch for the
preferences dialog. What do we think?


_______________________________________________
Pan-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/pan-users




reply via email to

[Prev in Thread] Current Thread [Next in Thread]