aboutsummaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-05-18 17:52:45 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-05-18 17:52:45 +0200
commit2ea9718c0a3297ff91c1219b3e011a8a3367461f (patch)
tree64ea43d63fa8f91dd3080e26475204ddb11fab04 /src/nav.c
parente949bbc7ed966ed47bebba5798756501bd285917 (diff)
add support for --xid command line option
The --xid option is used by a plugin for the claws mail client (http://www.claws-mail.org/) to embed the dillo window into the mailer application to display HTML mails.
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 f2ccac86..cdc0db5e 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -431,7 +431,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);
+ newbw = a_UIcmd_browser_window_new(w, h, 0, bw);
a_Nav_push(newbw, url);
}