diff options
author | Xan Lopez <xan@igalia.com> | 2013-03-06 18:40:24 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-03-06 18:40:24 +0800 |
commit | 8f685a9466b0cf46010a143af0c27bb5f6531822 (patch) | |
tree | 5215385daf9fe4ae4cc0069c48f3296133f140dc /embed/ephy-embed-single.c | |
parent | f296357b33972af85e80de6ec42ff135197e3cb1 (diff) | |
download | gsoc2013-epiphany-8f685a9466b0cf46010a143af0c27bb5f6531822.tar gsoc2013-epiphany-8f685a9466b0cf46010a143af0c27bb5f6531822.tar.gz gsoc2013-epiphany-8f685a9466b0cf46010a143af0c27bb5f6531822.tar.bz2 gsoc2013-epiphany-8f685a9466b0cf46010a143af0c27bb5f6531822.tar.lz gsoc2013-epiphany-8f685a9466b0cf46010a143af0c27bb5f6531822.tar.xz gsoc2013-epiphany-8f685a9466b0cf46010a143af0c27bb5f6531822.tar.zst gsoc2013-epiphany-8f685a9466b0cf46010a143af0c27bb5f6531822.zip |
ephy-embed-single: fix compiler warning
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r-- | embed/ephy-embed-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index a628aaeba..c5ac9b88c 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -150,9 +150,9 @@ remove_form_auth_data (gpointer key, gpointer value, gpointer user_data) static void ephy_embed_single_dispose (GObject *object) { +#ifndef HAVE_WEBKIT2 EphyEmbedSinglePrivate *priv = EPHY_EMBED_SINGLE (object)->priv; -#ifndef HAVE_WEBKIT2 if (priv->cache) { soup_cache_flush (priv->cache); soup_cache_dump (priv->cache); |