From d56cac735b0548bbca874839094fc42774d66d96 Mon Sep 17 00:00:00 2001 From: jcid Date: Wed, 14 Nov 2007 22:27:26 +0100 Subject: Implemented "Load Images" in the page menu and cleaned up html.hh. --- 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 0fc5dab8..33199f89 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -142,7 +142,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); + a_UIcmd_page_popup(plain->bw, plain->url, NULL, 1); return true; } return false; -- cgit v1.2.3