[epiphany] ephy-embed-single: fix compiler warning



commit 8f685a9466b0cf46010a143af0c27bb5f6531822
Author: Xan Lopez <xan igalia com>
Date:   Wed Mar 6 11:40:24 2013 +0100

    ephy-embed-single: fix compiler warning

 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 a628aae..c5ac9b8 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);


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