summaryrefslogtreecommitdiff
path: root/src/plain.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-14 22:27:26 +0100
committerjcid <devnull@localhost>2007-11-14 22:27:26 +0100
commitd56cac735b0548bbca874839094fc42774d66d96 (patch)
tree8de00866aebbb33ffe188adb6d2c492aa07cd74a /src/plain.cc
parentec1b4def65f1a2197cd7c575f8332d7d7d3f1276 (diff)
Implemented "Load Images" in the page menu and cleaned up html.hh.
Diffstat (limited to 'src/plain.cc')
-rw-r--r--src/plain.cc2
1 files changed, 1 insertions, 1 deletions
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;