From bc60ec0b8319e97a71068efe70600f924e040b24 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 18 Mar 2004 15:09:55 +0000 Subject: [PATCH] Fix ./-> typo. (Federic Crozat) Thu Mar 18 10:07:15 2004 Owen Taylor * pixbuf-draw.c (match_theme_image): Fix ./-> typo. (Federic Crozat) --- modules/engines/pixbuf/ChangeLog | 5 +++++ modules/engines/pixbuf/pixbuf-draw.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/engines/pixbuf/ChangeLog b/modules/engines/pixbuf/ChangeLog index ca3388340a..20cf1078bb 100644 --- a/modules/engines/pixbuf/ChangeLog +++ b/modules/engines/pixbuf/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 18 10:07:15 2004 Owen Taylor + + * pixbuf-draw.c (match_theme_image): Fix ./-> typo. + (Federic Crozat) + Wed Mar 17 16:38:00 2004 Owen Taylor * pixbuf-draw.c (match_theme_image): Fix problem with diff --git a/modules/engines/pixbuf/pixbuf-draw.c b/modules/engines/pixbuf/pixbuf-draw.c index 5918082bf1..f3eb17d35c 100644 --- a/modules/engines/pixbuf/pixbuf-draw.c +++ b/modules/engines/pixbuf/pixbuf-draw.c @@ -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;