mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Remove unnecessary leftover check that was causing a UMR. (#100768,
Mon Dec 9 17:31:06 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkiconfactory.c (icon_size_lookup_intern): Remove unnecessary leftover check that was causing a UMR. (#100768, Kjartan Maraas)
This commit is contained in:
parent
7e615e9cd9
commit
7c2489e953
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 17:31:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (icon_size_lookup_intern): Remove
|
||||
unnecessary leftover check that was causing a UMR.
|
||||
(#100768, Kjartan Maraas)
|
||||
|
||||
Mon Dec 9 19:11:22 2002 Artis Trops <hornet@navigator.lv>
|
||||
|
||||
* configure.in: Added Latvian (lv) to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 17:31:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (icon_size_lookup_intern): Remove
|
||||
unnecessary leftover check that was causing a UMR.
|
||||
(#100768, Kjartan Maraas)
|
||||
|
||||
Mon Dec 9 19:11:22 2002 Artis Trops <hornet@navigator.lv>
|
||||
|
||||
* configure.in: Added Latvian (lv) to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 17:31:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (icon_size_lookup_intern): Remove
|
||||
unnecessary leftover check that was causing a UMR.
|
||||
(#100768, Kjartan Maraas)
|
||||
|
||||
Mon Dec 9 19:11:22 2002 Artis Trops <hornet@navigator.lv>
|
||||
|
||||
* configure.in: Added Latvian (lv) to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 17:31:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (icon_size_lookup_intern): Remove
|
||||
unnecessary leftover check that was causing a UMR.
|
||||
(#100768, Kjartan Maraas)
|
||||
|
||||
Mon Dec 9 19:11:22 2002 Artis Trops <hornet@navigator.lv>
|
||||
|
||||
* configure.in: Added Latvian (lv) to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 17:31:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (icon_size_lookup_intern): Remove
|
||||
unnecessary leftover check that was causing a UMR.
|
||||
(#100768, Kjartan Maraas)
|
||||
|
||||
Mon Dec 9 19:11:22 2002 Artis Trops <hornet@navigator.lv>
|
||||
|
||||
* configure.in: Added Latvian (lv) to ALL_LINGUAS.
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Dec 9 17:31:06 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (icon_size_lookup_intern): Remove
|
||||
unnecessary leftover check that was causing a UMR.
|
||||
(#100768, Kjartan Maraas)
|
||||
|
||||
Mon Dec 9 19:11:22 2002 Artis Trops <hornet@navigator.lv>
|
||||
|
||||
* configure.in: Added Latvian (lv) to ALL_LINGUAS.
|
||||
|
@ -1158,7 +1158,7 @@ icon_size_lookup_intern (GtkSettings *settings,
|
||||
|
||||
init_icon_sizes ();
|
||||
|
||||
if (size >= icon_sizes_used || icon_sizes[size].width < 0)
|
||||
if (size >= icon_sizes_used)
|
||||
return FALSE;
|
||||
|
||||
if (size == GTK_ICON_SIZE_INVALID)
|
||||
|
Loading…
Reference in New Issue
Block a user