diff options
author | jcid <devnull@localhost> | 2008-09-27 21:13:51 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-27 21:13:51 +0200 |
commit | 5718a4e8ff728af8976b809171eb5f4343197d6a (patch) | |
tree | a4849c6419c511f6d598625416086e5fae5afbb9 /src/plain.cc | |
parent | 44d669d639d8999b1302d37227aa349008019b27 (diff) |
- Added a workaround for segfaulting popup menus.
Diffstat (limited to 'src/plain.cc')
-rw-r--r-- | src/plain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc index 34672e3c..b75dbea5 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -139,7 +139,7 @@ bool DilloPlain::PlainEventReceiver::buttonPress (Widget *widget, _MSG("DilloPlain::PlainEventReceiver::buttonPress\n"); if (event->button == 3) { - a_UIcmd_page_popup(plain->bw, plain->url, NULL, 1); + a_UIcmd_page_popup(plain->bw, plain->url, FALSE, FALSE); return true; } return false; |