summaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-18 00:16:38 +0200
committerjcid <devnull@localhost>2008-09-18 00:16:38 +0200
commitf9da96dd24c8f8c83a88d0ed77d562aa456a33c4 (patch)
tree6a950a2728516159bde5d3d0da5c932cbbb21542 /src/nav.c
parentd61666920e33d15d25ac6381e4f4c64f66165493 (diff)
- Implemented tabbed browsing.
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nav.c b/src/nav.c
index bbc6942a..872303a8 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -396,7 +396,7 @@ void a_Nav_push_nw(BrowserWindow *bw, const DilloUrl *url)
BrowserWindow *newbw;
a_UIcmd_get_wh(bw, &w, &h);
- newbw = a_UIcmd_browser_window_new(w, h, bw->ui);
+ newbw = a_UIcmd_browser_window_new(w, h, bw);
a_Nav_push(newbw, url);
}