From a279d7c8316c3a21d4000c45b38e25f55b339b43 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 15 Jun 2012 08:41:17 +0200 Subject: ephy-shell: initialize jump_to variable to FALSE Otherwise commit ccf3836d601c makes us use that variable with a garbage value most of the time, since it won't be initialized unconditionally anymore. --- src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-shell.c') diff --git a/src/ephy-shell.c b/src/ephy-shell.c index cbfc169cc..08dbc15c4 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -680,7 +680,7 @@ ephy_shell_new_tab_full (EphyShell *shell, gboolean fullscreen_lockdown = FALSE; gboolean in_new_window = TRUE; gboolean open_page = FALSE; - gboolean jump_to; + gboolean jump_to = FALSE; gboolean active_is_blank = FALSE; gboolean copy_history = TRUE; GtkWidget *nb; -- cgit v1.2.3