diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-05-07 01:54:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-05-07 01:54:19 +0800 |
commit | 3242c9f90cde4b89e11b613f5b89ddb59080d0c8 (patch) | |
tree | dc364a3de176054cddf35053dbfce72aeb4db67d /filter/ChangeLog | |
parent | f370c7e3e08823c285653557fdd7eaf014841547 (diff) | |
download | gsoc2013-evolution-3242c9f90cde4b89e11b613f5b89ddb59080d0c8.tar.gz gsoc2013-evolution-3242c9f90cde4b89e11b613f5b89ddb59080d0c8.tar.zst gsoc2013-evolution-3242c9f90cde4b89e11b613f5b89ddb59080d0c8.zip |
Format the colour string in a way that gdk_color_parse() will handle.
2003-05-05 Jeffrey Stedfast <fejj@ximian.com>
* filter-colour.c (format_sexp): Format the colour string in a way
that gdk_color_parse() will handle. Apparently it no longer
handles rgb:<red>/<green>/<blue>? Fixes bug #42345.
svn path=/trunk/; revision=21115
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 9d3eb2cf08..ece5ee7998 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,9 @@ +2003-05-05 Jeffrey Stedfast <fejj@ximian.com> + + * filter-colour.c (format_sexp): Format the colour string in a way + that gdk_color_parse() will handle. Apparently it no longer + handles rgb:<red>/<green>/<blue>? Fixes bug #42345. + 2003-04-24 Jeffrey Stedfast <fejj@ximian.com> Fix for bug #41578. |