diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-17 10:49:19 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-02-17 10:49:19 -0300 |
commit | 6e528e088f46f9b75fcd7dc34987096ffa41f71e (patch) | |
tree | 44d3e3854c01ba9e46d7dc51eca961b717f185da /src/plain.cc | |
parent | c51e8062a3614ccb1a2ca711f73036dffc66cbe0 (diff) |
[mq]: view-stylesheets
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 2fb725a3..5366f87e 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, FALSE); + a_UIcmd_page_popup(plain->bw, FALSE, NULL); return true; } return false; |