[evince/wip/history-fix] history: Make history more web browser-like



commit 8307f0d3a85f57f4a741be23b0d7bda46d81db3c
Author: Christian Persch <chpe gnome org>
Date:   Mon Jun 17 15:30:33 2013 +0200

    history: Make history more web browser-like
    
    When adding new history from non-history navigation, throw away the forward
    history.

 shell/ev-history.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/shell/ev-history.c b/shell/ev-history.c
index 05541a3..6745919 100644
--- a/shell/ev-history.c
+++ b/shell/ev-history.c
@@ -127,9 +127,6 @@ ev_history_add_link (EvHistory *history,
         if (ev_history_is_frozen (history))
                 return;
 
-        if (ev_history_go_to_link (history, link))
-            return;
-
         priv = history->priv;
 
         if (priv->current) {


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