summaryrefslogtreecommitdiffstats
path: root/www/epiphany
diff options
context:
space:
mode:
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/files/patch-src_ephy-nautilus-view.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/epiphany/files/patch-src_ephy-nautilus-view.c b/www/epiphany/files/patch-src_ephy-nautilus-view.c
index 9273c5b65..b9864eefb 100644
--- a/www/epiphany/files/patch-src_ephy-nautilus-view.c
+++ b/www/epiphany/files/patch-src_ephy-nautilus-view.c
@@ -1,12 +1,12 @@
---- src/ephy-nautilus-view.c.orig Sat Nov 29 13:00:19 2003
-+++ src/ephy-nautilus-view.c Sat Nov 29 13:02:41 2003
+--- src/ephy-nautilus-view.c.orig Sat Oct 18 00:41:25 2003
++++ src/ephy-nautilus-view.c Sat Nov 29 14:36:38 2003
@@ -312,8 +312,8 @@
g_return_val_if_fail (url, FALSE);
- nautilus_view_open_location_force_new_window (NAUTILUS_VIEW (view),
- url, NULL);
-+ nautilus_view_open_location (NAUTILUS_VIEW (view), url
++ nautilus_view_open_location (NAUTILUS_VIEW (view), url,
+ Nautilus_ViewFrame_OPEN_IN_NAVIGATION, 0, NULL);
}