[epiphany/overview] ephy-window: do not store the typed address while in overview mode
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/overview] ephy-window: do not store the typed address while in overview mode
- Date: Wed, 8 Aug 2012 14:05:57 +0000 (UTC)
commit b03cb37496dbc6743d8b0cf5e4044efaffb2b8c6
Author: Claudio Saavedra <csaavedra igalia com>
Date: Wed Aug 8 17:05:30 2012 +0300
ephy-window: do not store the typed address while in overview mode
src/ephy-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index a258bb5..6cfd444 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3411,7 +3411,7 @@ sync_user_input_cb (EphyLocationController *action,
LOG ("sync_user_input_cb");
- if (priv->updating_address) return;
+ if (priv->updating_address || priv->overview_mode) return;
embed = ephy_embed_container_get_active_child (EPHY_EMBED_CONTAINER (window->priv->notebook));
g_assert (EPHY_IS_EMBED (embed));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]