summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c
blob: 7d26e2d451bfbcf36d97374c6186ed3f87ccf6b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pixbuf/pixbuf-draw.c.orig	Mon Aug 23 11:59:28 2004
+++ pixbuf/pixbuf-draw.c	Mon Aug 23 12:00:13 2004
@@ -75,7 +75,7 @@
 	continue;
 
       if (image->match_data.detail &&
-	  (!image->match_data.detail ||
+	  (!match_data->detail ||
 	   strcmp (match_data->detail, image->match_data.detail) != 0))
       continue;