Fix a typo. (#168173, Ivan Wong)

2005-02-23  Matthias Clasen  <mclasen@redhat.com>

	* io-ico.c: Fix a typo.  (#168173, Ivan Wong)
This commit is contained in:
Matthias Clasen 2005-02-24 04:27:48 +00:00 committed by Matthias Clasen
parent f3339d7a05
commit c06df5a44c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-02-23 Matthias Clasen <mclasen@redhat.com>
* io-ico.c: Fix a typo. (#168173, Ivan Wong)
2005-02-15 Matthias Clasen <mclasen@redhat.com>
* io-pnm.c (pnm_skip_whitespace): Don't read over the end of

View File

@ -950,7 +950,7 @@ fill_entry (IconEntry *icon,
if (hot_x > -1 && hot_y > -1) {
icon->hot_x = hot_x;
icon->hot_x = hot_y;
icon->hot_y = hot_y;
if (icon->hot_x >= icon->width || icon->hot_y >= icon->height) {
g_set_error (error,
GDK_PIXBUF_ERROR,