Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2007-01-28 14:12:08 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-01-28 14:12:08 (GMT)
commit1740f9ca0bb04fbc0afc9ddb9d23a6aa2090baa1 (patch)
tree2704413fe412f1f3c1b9636a70a598b73a680761 /shell/ev-view.c
parent1fa2f70a8b8cf62e7324572942aa55a6f2bd039c (diff)
Store link before jump, not the destination. For me it seems like more
2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-navigation-action.c: (new_history_menu_item): * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history): * shell/ev-view.c: (ev_view_handle_link): * shell/ev-window.c: Store link before jump, not the destination. For me it seems like more natural history behavior. svn path=/trunk/; revision=2261
Diffstat (limited to 'shell/ev-view.c')
-rw-r--r--shell/ev-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 37ab536..7275fb6 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -1347,6 +1347,8 @@ ev_view_handle_link (EvView *view, EvLink *link)
action = ev_link_get_action (link);
if (!action)
return;
+
+ g_signal_emit (view, signals[SIGNAL_HANDLE_LINK], 0, link);
type = ev_link_action_get_action_type (action);
@@ -1365,7 +1367,6 @@ ev_view_handle_link (EvView *view, EvLink *link)
g_signal_emit (view, signals[SIGNAL_EXTERNAL_LINK], 0, action);
break;
}
- g_signal_emit (view, signals[SIGNAL_HANDLE_LINK], 0, link);
}
static gchar *