Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-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 c2066e4..52f2576 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1144,7 +1144,7 @@ ev_window_cmd_recent_file_activate (GtkAction *action,
uri = egg_recent_item_get_uri (item);
- ev_application_open_uri (EV_APP, -1, uri, NULL,
+ ev_application_open_uri (EV_APP, uri, NULL,
GDK_CURRENT_TIME, NULL);
g_free (uri);