From 6e528e088f46f9b75fcd7dc34987096ffa41f71e Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 17 Feb 2009 10:49:19 -0300 Subject: [mq]: view-stylesheets --- src/plain.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plain.cc') 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; -- cgit v1.2.3