1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:17:59 +01:00

removed buffer window

This commit is contained in:
Martin Stubenschrott
2008-06-08 04:22:37 +00:00
parent 6ecd478298
commit 59342d4244
8 changed files with 25 additions and 88 deletions

View File

@@ -244,17 +244,14 @@ liberator.Events = function () //{{{
tabcontainer.addEventListener("TabMove", function (event)
{
liberator.statusline.updateTabCount();
liberator.buffer.updateBufferList();
}, false);
tabcontainer.addEventListener("TabOpen", function (event)
{
liberator.statusline.updateTabCount();
liberator.buffer.updateBufferList();
}, false);
tabcontainer.addEventListener("TabClose", function (event)
{
liberator.statusline.updateTabCount();
liberator.buffer.updateBufferList();
}, false);
tabcontainer.addEventListener("TabSelect", function (event)
{
@@ -263,7 +260,6 @@ liberator.Events = function () //{{{
liberator.commandline.clear();
liberator.modes.show();
liberator.statusline.updateTabCount();
liberator.buffer.updateBufferList();
liberator.tabs.updateSelectionHistory();
setTimeout(function () { liberator.focusContent(true); }, 10); // just make sure, that no widget has focus
@@ -449,7 +445,6 @@ liberator.Events = function () //{{{
if (url && liberator.history)
liberator.history.add(url, title);
liberator.buffer.updateBufferList();
liberator.autocommands.trigger("PageLoad", url);
// mark the buffer as loaded, we can't use liberator.buffer.loaded