diff options
Diffstat (limited to 'x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c')
-rw-r--r-- | x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c b/x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c deleted file mode 100644 index 7d26e2d451bf..000000000000 --- a/x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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; - |