Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJulien Rebetez <julienr@cvs.gnome.org>2006-08-15 16:24:32 (GMT)
committer Julien Rebetez <julienr@src.gnome.org>2006-08-15 16:24:32 (GMT)
commit5536f17da9d02866c0286b37cd6ac69fcb0c1fb3 (patch)
tree310428830e6d5f21edf2573bdba18f6caa489b16 /shell
parente152957bf15c885d820665a30cbfbed955bd8279 (diff)
Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
2006-08-15 Julien Rebetez <julienr@cvs.gnome.org> * shell/ev-window.c: (ev_window_cmd_recent_file_activate): Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
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);