[epiphany] lib/widgets: use cairo_fill() instead of cairo_paint()



commit 14f57c99456edbf7083d2d3f59ff4a05f03a440b
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Wed Aug 25 11:27:20 2010 +0200

    lib/widgets: use cairo_fill() instead of cairo_paint()

 lib/widgets/ephy-location-entry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 2374900..a2bdc44 100644
--- a/lib/widgets/ephy-location-entry.c
+++ b/lib/widgets/ephy-location-entry.c
@@ -835,7 +835,7 @@ favicon_create_drag_pixmap (EphyLocationEntry *entry,
 		y = 1 + DRAG_ICON_LAYOUT_PADDING + (pixmap_height - icon_height) / 2;
 		gdk_cairo_set_source_pixbuf (cr, priv->favicon, x, y);
 		cairo_rectangle (cr, x, y, icon_width, icon_height);
-		cairo_paint (cr);
+		cairo_fill (cr);
 	}
 
 	cairo_move_to (cr,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]