aboutsummaryrefslogtreecommitdiff
path: root/src/ui.cc
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/ui.cc
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/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 8b24d1b2..4140fca9 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -780,7 +780,7 @@ int UI::handle(int event)
set_panelmode(UI_HIDDEN);
ret = 1;
} else if (cmd == KEYS_NEW_WINDOW) {
- a_UIcmd_browser_window_new(w(),h(),a_UIcmd_get_bw_by_widget(this));
+ a_UIcmd_browser_window_new(w(),h(),0,a_UIcmd_get_bw_by_widget(this));
ret = 1;
} else if (cmd == KEYS_OPEN) {
a_UIcmd_open_file(a_UIcmd_get_bw_by_widget(this));