From d43791f8cf6334d3dcd70b8d569044e357d7c33c Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Tue, 27 Jan 2009 18:30:24 -0300 Subject: Implemented the tools button with CSS options. Also removed nav.h from html.cc --- 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 1295f99f..c18da3e7 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, FALSE, FALSE); + a_UIcmd_page_popup(plain->bw, FALSE, FALSE); return true; } return false; -- cgit v1.2.3