1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 04:02:27 +01:00

move global quit() command to a vimperator slot

This commit is contained in:
Doug Kearns
2007-07-02 11:17:22 +00:00
parent abc8370a61
commit dabfba6c06
3 changed files with 6 additions and 6 deletions

View File

@@ -985,7 +985,7 @@ function Tabs() //{{{
if (count < 1) count = 1;
if (quit_on_last_tab >= 1 && getBrowser().mTabs.length <= count)
quit(quit_on_last_tab == 2);
vimperator.quit(quit_on_last_tab == 2);
if(focus_left_tab && tab.previousSibling)
this.select("-1", false);