aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2012-08-29 18:53:01 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2012-09-01 02:34:02 +0800
commitb3d879a1b505f9dec034b1ec4f5568c0226bb6f4 (patch)
treeea97cdf40f0f65d294287903f82442e50acdb596 /lib
parentc02832ac1f68cbdcf3fe97348983a64455137d8e (diff)
downloadgsoc2013-epiphany-b3d879a1b505f9dec034b1ec4f5568c0226bb6f4.tar
gsoc2013-epiphany-b3d879a1b505f9dec034b1ec4f5568c0226bb6f4.tar.gz
gsoc2013-epiphany-b3d879a1b505f9dec034b1ec4f5568c0226bb6f4.tar.bz2
gsoc2013-epiphany-b3d879a1b505f9dec034b1ec4f5568c0226bb6f4.tar.lz
gsoc2013-epiphany-b3d879a1b505f9dec034b1ec4f5568c0226bb6f4.tar.xz
gsoc2013-epiphany-b3d879a1b505f9dec034b1ec4f5568c0226bb6f4.tar.zst
gsoc2013-epiphany-b3d879a1b505f9dec034b1ec4f5568c0226bb6f4.zip
ephy-overview-store: remove spurious warning
Diffstat (limited to 'lib')
-rw-r--r--lib/widgets/ephy-overview-store.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/widgets/ephy-overview-store.c b/lib/widgets/ephy-overview-store.c
index a20903da2..c5e1e2a5c 100644
--- a/lib/widgets/ephy-overview-store.c
+++ b/lib/widgets/ephy-overview-store.c
@@ -360,7 +360,6 @@ on_snapshot_retrieved_cb (GObject *object,
res, &error);
if (error) {
- g_warning ("Error retrieving snapshot: %s\n", error->message);
g_error_free (error);
error = NULL;
} else {