diff options
author | jcid <devnull@localhost> | 2007-11-14 22:27:26 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-14 22:27:26 +0100 |
commit | d56cac735b0548bbca874839094fc42774d66d96 (patch) | |
tree | 8de00866aebbb33ffe188adb6d2c492aa07cd74a /src/plain.cc | |
parent | ec1b4def65f1a2197cd7c575f8332d7d7d3f1276 (diff) |
Implemented "Load Images" in the page menu and cleaned up html.hh.
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 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; |