diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-27 18:30:24 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-27 18:30:24 -0300 |
commit | d43791f8cf6334d3dcd70b8d569044e357d7c33c (patch) | |
tree | e13a314fb353bc0d75fcc0e3af5dd25fce321e99 /src/plain.cc | |
parent | 8d23bb6e0bf9bc32d9be7f92df4abdb68e3a7c70 (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.cc | 2 |
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; |