forked from AuroraMiddleware/gtk
Fix problem with NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)
Wed Mar 17 16:38:00 2004 Owen Taylor <otaylor@redhat.com> * pixbuf-draw.c (match_theme_image): Fix problem with NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)
This commit is contained in:
parent
99aa131ee8
commit
22767f65f7
@ -1,3 +1,8 @@
|
|||||||
|
Wed Mar 17 16:38:00 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* pixbuf-draw.c (match_theme_image): Fix problem with
|
||||||
|
NULL details. (#112066, MINAMI Hirokazu, Matthias Clasen)
|
||||||
|
|
||||||
2003-07-15 Mark McLoughlin <mark@skynet.ie>
|
2003-07-15 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
* pixbuf-render.c: make pixbuf_cache static to avoid
|
* pixbuf-render.c: make pixbuf_cache static to avoid
|
||||||
|
@ -75,7 +75,7 @@ match_theme_image (GtkStyle *style,
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (image->match_data.detail &&
|
if (image->match_data.detail &&
|
||||||
(!image->match_data.detail ||
|
(!match_data.detail ||
|
||||||
strcmp (match_data->detail, image->match_data.detail) != 0))
|
strcmp (match_data->detail, image->match_data.detail) != 0))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user