1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 04:07:58 +01:00

:bdelete google to close all tabs from google

This commit is contained in:
Martin Stubenschrott
2008-06-08 05:38:34 +00:00
parent 4a81ae7b11
commit 9d38f46dd3
5 changed files with 58 additions and 13 deletions

View File

@@ -787,6 +787,8 @@ const liberator = (function () //{{{
if (cancelQuit.data)
return;
liberator.autocommands.trigger("Quit", "");
// notify all windows that an application quit has been granted.
os.notifyObservers(null, "quit-application-granted", null);
@@ -918,11 +920,12 @@ const liberator = (function () //{{{
if (option.setter && !option.hasChanged)
option.reset();
}
liberator.autocommands.trigger("Startup", "");
}, 0);
liberator.statusline.update();
liberator.autocommands.trigger("Startup", "");
liberator.log(liberator.config.name + " fully initialized", 1);
},