aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-08-25 17:27:20 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-08-31 04:43:09 +0800
commit5a7ecfa356b0bf2f3c866440101b480b379d4caf (patch)
treec33d0b2147c30ed7f32b94e81886de6f6e9cc3bc
parentafcd1530536d07adce3283aa7393e498853b74c8 (diff)
downloadgsoc2013-epiphany-5a7ecfa356b0bf2f3c866440101b480b379d4caf.tar
gsoc2013-epiphany-5a7ecfa356b0bf2f3c866440101b480b379d4caf.tar.gz
gsoc2013-epiphany-5a7ecfa356b0bf2f3c866440101b480b379d4caf.tar.bz2
gsoc2013-epiphany-5a7ecfa356b0bf2f3c866440101b480b379d4caf.tar.lz
gsoc2013-epiphany-5a7ecfa356b0bf2f3c866440101b480b379d4caf.tar.xz
gsoc2013-epiphany-5a7ecfa356b0bf2f3c866440101b480b379d4caf.tar.zst
gsoc2013-epiphany-5a7ecfa356b0bf2f3c866440101b480b379d4caf.zip
lib/widgets: use cairo_fill() instead of cairo_paint()
-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,