Could someone please fix this?
I often receive this kind of mail when I post to lyx-devel.
Abdel.
--- Begin Message ---
Greetings from Amazon.com.
We're sorry. You've written to an address that cannot accept incoming
e-mail. But that's OK--this automated response will direct you to the
right place at Amazon.com to answer your question or help you contact
customer service if you need further assistance.
You will find the answers to the most common questions here:
Where's My Stuff: http://www.amazon.com/help/wheres-my-stuff
Canceling or Changing Orders: http://www.amazon.com/o/tg/browse/-/595034/
Problem with an Item: http://www.amazon.com/o/tg/browse/-/557204/
Marketplace Order Problems: http://www.amazon.com/o/tg/browse/-/537868/
Gift Certificates: http://www.amazon.com/o/tg/browse/-/518226
Returns & Refunds: http://www.amazon.com/returns
If you need to modify an unshipped order or make changes to your
account or subscriptions, you may do so online at any time via
Your Account: http://www.amazon.com/your-account
If your question is not answered by the above links, we invite you to
search our Help Desk at http://www.amazon.com/help
We hope our online resources meet all your needs. If you've explored
the above links but find you still need to get in touch with us,
please click the "Contact Customer Service" link on our main Help page.
Thanks for shopping at Amazon.com.
Sincerely,
Amazon.com Customer Service
http://www.amazon.com
P.S. You received this message because Amazon.com received
the following message:
Date: Tue, 21 Mar 2006 23:21:20 +0100
From: Abdelrazak Younes <[EMAIL PROTECTED]>
To: lyx-devel@lists.lyx.org
Subject: Re: qt4: some colors messed up in preferences dialog
Andre Poenitz a crit :
> On Mon, Mar 20, 2006 at 11:40:23AM +0100, Abdelrazak Younes wrote:
>>> - QColorItem * ci(new QColorItem(QColor(toqstr(x11name)),
>>> + QColorItem * ci(new QColorItem(lcolorcache.get(lc),
>>> toqstr(guiname)));
>
> QColorItem * ci = new QColorItem(lcolorcache.get(lc),
> toqstr(guiname));
>
> Or maybe
>
> QColorItem * ci = new QColorItem(lcolorcache.get(lc),
> toqstr(guiname));
>
> or maybe
>
> QColorItem * ci =
> new QColorItem(lcolorcache.get(lc), toqstr(guiname));
>
> but no function style initializer if it's avoidable at no cost.
You're right but it's not my code, just kidding Edwin ;-).
I will cleanup this once we decide what to do with Georg's patch.
Abdel.
--- End Message ---