Mercurial > emacs
changeset 97013:193725c098b7
(x_from_xcolors): Don't initialize pixmap (silence compiler).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 25 Jul 2008 17:11:25 +0000 |
parents | c5f36ea75cba |
children | 392c434bfcb8 |
files | src/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jul 25 17:06:23 2008 +0000 +++ b/src/ChangeLog Fri Jul 25 17:11:25 2008 +0000 @@ -4,6 +4,7 @@ (svg_load_image): Use rsvg_handle_get_dimensions to check that image size is valid. Use g_object_unref instead of deprecated rsvg_handle_free to free rsvg handle. + (x_from_xcolors): Don't initialize pixmap (silence compiler). 2008-07-25 Jason Rumney <jasonr@gnu.org>