diff options
author | jcid <devnull@localhost> | 2008-09-18 00:16:38 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-18 00:16:38 +0200 |
commit | f9da96dd24c8f8c83a88d0ed77d562aa456a33c4 (patch) | |
tree | 6a950a2728516159bde5d3d0da5c932cbbb21542 /src/nav.c | |
parent | d61666920e33d15d25ac6381e4f4c64f66165493 (diff) |
- Implemented tabbed browsing.
Diffstat (limited to 'src/nav.c')
-rw-r--r-- | src/nav.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |