Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-01-11 00:39:16 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-11 00:39:16 (GMT)
commitff47948e26ca64f7f4897299a38858594ce39ed0 (patch)
tree0f3ee3608b7215f7eb492a33f9aa30784962cbd1 /shell/ev-window.c
parenta84947db66adf65becd125e65c208bb87a639766 (diff)
Fix several history bugs
2005-01-11 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-history.c: (ev_history_init), (ev_history_add_link): * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back), (ev_view_go_forward): * shell/ev-window.c: (register_custom_actions): Fix several history bugs
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index f4a9288..64b80c3 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1364,7 +1364,7 @@ register_custom_actions (EvWindow *window, GtkActionGroup *group)
"direction", EV_NAVIGATION_DIRECTION_FORWARD,
NULL);
g_signal_connect (action, "activate",
- G_CALLBACK (ev_window_cmd_go_back), window);
+ G_CALLBACK (ev_window_cmd_go_forward), window);
gtk_action_group_add_action (group, action);
g_object_unref (action);