mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
Wired the stop button up to the webshell...
This commit is contained in:
parent
26b1c2655d
commit
0b7c4ac2fa
@ -2030,6 +2030,11 @@ nsBrowserWindow::NotifyImageButtonEvent(nsIImageButton * aImgBtn, nsGUIEvent* an
|
||||
|
||||
// Do the rest of the commands
|
||||
switch (command) {
|
||||
case kStopCmd :
|
||||
mWebShell->Stop();
|
||||
UpdateToolbarBtns();
|
||||
break;
|
||||
|
||||
case kBackCmd :
|
||||
Back();
|
||||
UpdateToolbarBtns();
|
||||
|
Loading…
Reference in New Issue
Block a user