diff options
author | jcid <devnull@localhost> | 2008-10-01 23:15:03 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-01 23:15:03 +0200 |
commit | a7c42fb15950df0a772d096494ca5bcbf5752a9f (patch) | |
tree | 657bcfdac15a78d4aacd19d905439682692624f1 /src/uicmd.cc | |
parent | 5f8bccacdedf8f972a9eb6f603cfe84bf3cbd557 (diff) |
- Disallowed loading images when expecting is set.
- Added a cancel expect to the Stop button.
Diffstat (limited to 'src/uicmd.cc')
-rw-r--r-- | src/uicmd.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uicmd.cc b/src/uicmd.cc index 333773c1..0a7304dd 100644 --- a/src/uicmd.cc +++ b/src/uicmd.cc @@ -492,6 +492,7 @@ void a_UIcmd_stop(void *vbw) BrowserWindow *bw = (BrowserWindow *)vbw; MSG("a_UIcmd_stop()\n"); + a_Nav_cancel_expect(bw); a_Bw_stop_clients(bw, BW_Root + BW_Img + Bw_Force); a_UIcmd_set_buttons_sens(bw); } |