summaryrefslogtreecommitdiffstats
path: root/www/epiphany/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-30 03:36:30 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-30 03:36:30 +0800
commit89a1b0323335f17345ee93368e29013033cc9cb8 (patch)
tree05cb37dafaebb97ed5e684833b65d3bb588ba962 /www/epiphany/files
parentb282e7a9c43f51082589e741fe150a992c10c38c (diff)
downloadmarcuscom-ports-89a1b0323335f17345ee93368e29013033cc9cb8.tar
marcuscom-ports-89a1b0323335f17345ee93368e29013033cc9cb8.tar.gz
marcuscom-ports-89a1b0323335f17345ee93368e29013033cc9cb8.tar.bz2
marcuscom-ports-89a1b0323335f17345ee93368e29013033cc9cb8.tar.lz
marcuscom-ports-89a1b0323335f17345ee93368e29013033cc9cb8.tar.xz
marcuscom-ports-89a1b0323335f17345ee93368e29013033cc9cb8.tar.zst
marcuscom-ports-89a1b0323335f17345ee93368e29013033cc9cb8.zip
Correct the typo in the manually added previous patch.
Reported by: Jeremy Messenger <mezz7@cox.net> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1383 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany/files')
-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);
}