Bug 160545 - [patch] kconfig_compiler doesn't respect rgba default colors
Summary: [patch] kconfig_compiler doesn't respect rgba default colors
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 01:28 UTC by michaell
Modified: 2008-04-09 04:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch (477 bytes, patch)
2008-04-08 01:41 UTC, michaell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michaell 2008-04-08 01:32:43 UTC
Version:            (using Devel)
Installed from:    Compiled sources

The regexp for the default color checks only for three values (rgb) which leads to an invalid color when four are set.
The attached patch extends the regexp, so that rgb and rgba colors can be used.
Comment 1 michaell 2008-04-08 01:41:09 UTC
Created attachment 24268 [details]
patch
Comment 2 Allen Winter 2008-04-09 04:13:02 UTC
SVN commit 794972 by winterz:

permit an optional 4th value for colors to support rgba.
thanks for the patch michaell.

BUGS: 160545


 M  +1 -1      kconfig_compiler.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=794972