aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-08-25 17:27:20 +0800
committerCarlos Garcia Campos <carlosgc@gnome.org>2010-08-25 17:27:20 +0800
commit14f57c99456edbf7083d2d3f59ff4a05f03a440b (patch)
tree292580818c21482d0e7ef94517d0283091a281c7 /lib
parente640a4bf5627f098c28bdb91427f2f581f6f4e53 (diff)
downloadgsoc2013-epiphany-14f57c99456edbf7083d2d3f59ff4a05f03a440b.tar
gsoc2013-epiphany-14f57c99456edbf7083d2d3f59ff4a05f03a440b.tar.gz
gsoc2013-epiphany-14f57c99456edbf7083d2d3f59ff4a05f03a440b.tar.bz2
gsoc2013-epiphany-14f57c99456edbf7083d2d3f59ff4a05f03a440b.tar.lz
gsoc2013-epiphany-14f57c99456edbf7083d2d3f59ff4a05f03a440b.tar.xz
gsoc2013-epiphany-14f57c99456edbf7083d2d3f59ff4a05f03a440b.tar.zst
gsoc2013-epiphany-14f57c99456edbf7083d2d3f59ff4a05f03a440b.zip
lib/widgets: use cairo_fill() instead of cairo_paint()
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-location-entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c
index 237490091..a2bdc44be 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,