summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-ico.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-24 04:27:48 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-24 04:27:48 +0000
commitc06df5a44c552cc757b802ec57cfbb4508be0dae (patch)
tree868b24213ea0e9d23b8f6aee09c9ec1f226d1cd0 /gdk-pixbuf/io-ico.c
parentf3339d7a05936543a80952abe136e427952798f5 (diff)
downloadgdk-pixbuf-c06df5a44c552cc757b802ec57cfbb4508be0dae.tar.gz
Fix a typo. (#168173, Ivan Wong)
2005-02-23 Matthias Clasen <mclasen@redhat.com> * io-ico.c: Fix a typo. (#168173, Ivan Wong)
Diffstat (limited to 'gdk-pixbuf/io-ico.c')
-rw-r--r--gdk-pixbuf/io-ico.c2
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,