diff options
Diffstat (limited to 'gdk-pixbuf/io-ico.c')
-rw-r--r-- | gdk-pixbuf/io-ico.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-ico.c b/gdk-pixbuf/io-ico.c index 022c93a3c..21f34b2a1 100644 --- a/gdk-pixbuf/io-ico.c +++ b/gdk-pixbuf/io-ico.c @@ -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, |