mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix ./-> typo. (Federic Crozat)
Thu Mar 18 10:07:15 2004 Owen Taylor <otaylor@redhat.com> * pixbuf-draw.c (match_theme_image): Fix ./-> typo. (Federic Crozat)
This commit is contained in:
parent
d57f91eddb
commit
bc60ec0b83
@ -1,3 +1,8 @@
|
||||
Thu Mar 18 10:07:15 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* pixbuf-draw.c (match_theme_image): Fix ./-> typo.
|
||||
(Federic Crozat)
|
||||
|
||||
Wed Mar 17 16:38:00 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* pixbuf-draw.c (match_theme_image): Fix problem with
|
||||
|
@ -75,7 +75,7 @@ match_theme_image (GtkStyle *style,
|
||||
continue;
|
||||
|
||||
if (image->match_data.detail &&
|
||||
(!match_data.detail ||
|
||||
(!match_data->detail ||
|
||||
strcmp (match_data->detail, image->match_data.detail) != 0))
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user