diff options
author | corvid <corvid@lavabit.com> | 2009-02-08 14:02:56 -0300 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-02-08 14:02:56 -0300 |
commit | 4e417d3988cff4143da06f438fcd39cb228ed1f9 (patch) | |
tree | db15fc7be182ecd004909797aae4a431812cae68 /src/plain.cc | |
parent | 175197dc885e13446fcc8662fd58a58dc46ad9d3 (diff) |
Switched load images on/off feature to the Tools menu
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 c18da3e7..eefc6614 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, FALSE, FALSE); + a_UIcmd_page_popup(plain->bw, FALSE); return true; } return false; |