[epiphany] ephy-shell: initialize jump_to variable to FALSE
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-shell: initialize jump_to variable to FALSE
- Date: Fri, 15 Jun 2012 06:42:22 +0000 (UTC)
commit a279d7c8316c3a21d4000c45b38e25f55b339b43
Author: Xan Lopez <xan igalia com>
Date: Fri Jun 15 08:41:17 2012 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index cbfc169..08dbc15 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]