summaryrefslogtreecommitdiff
path: root/src/plain.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-27 18:30:24 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-27 18:30:24 -0300
commitd43791f8cf6334d3dcd70b8d569044e357d7c33c (patch)
treee13a314fb353bc0d75fcc0e3af5dd25fce321e99 /src/plain.cc
parent8d23bb6e0bf9bc32d9be7f92df4abdb68e3a7c70 (diff)
Implemented the tools button with CSS options. Also removed nav.h from html.cc
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 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;