[epiphany] ephy-shell-test: fix compiler warnings



commit a31dfcff3a86bc6ab702cfb3dd0602707515d1b2
Author: Xan Lopez <xan igalia com>
Date:   Tue Mar 12 22:53:39 2013 +0100

    ephy-shell-test: fix compiler warnings

 tests/ephy-shell-test.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/tests/ephy-shell-test.c b/tests/ephy-shell-test.c
index 2525cac..086390e 100644
--- a/tests/ephy-shell-test.c
+++ b/tests/ephy-shell-test.c
@@ -317,16 +317,15 @@ test_ephy_shell_tab_from_external (void)
 static void
 test_ephy_shell_tab_no_history (void)
 {
+#ifdef HAVE_WEBKIT2
+  /* TODO: BackForwardList */
+#else
   EphyShell *ephy_shell;
   GtkWidget *window;
-
   EphyEmbed *embed;
   EphyEmbed *embed2;
   EphyEmbed *embed3;
 
-#ifdef HAVE_WEBKIT2
-  /* TODO: BackForwardList */
-#else
   WebKitWebBackForwardList *bflist;
   WebKitWebHistoryItem *item;
 


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