mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
f3339d7a05
commit
c06df5a44c
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user