summaryrefslogtreecommitdiff
path: root/modules/engines/pixbuf/pixbuf-draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/engines/pixbuf/pixbuf-draw.c')
-rw-r--r--modules/engines/pixbuf/pixbuf-draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/engines/pixbuf/pixbuf-draw.c b/modules/engines/pixbuf/pixbuf-draw.c
index 3796816b4b..5918082bf1 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 &&
- (!image->match_data.detail ||
+ (!match_data.detail ||
strcmp (match_data->detail, image->match_data.detail) != 0))
continue;