1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 20:07:59 +01:00

don't update the alternate tab list on TabOpen events

This commit is contained in:
Doug Kearns
2007-07-11 08:35:51 +00:00
parent aad4513874
commit da3dea1f10
2 changed files with 3 additions and 4 deletions

View File

@@ -1346,9 +1346,9 @@ function scrollBufferAbsolute(horizontal, vertical)
win.scrollTo(horiz, vert);
}
////////////////////////////////////////////////////////////////////////
// zooming //////////////////////////////////////////////////////////{{{
////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////}}}
// zooming /////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////{{{
/* also used to zoom out, when factor is negative */
function zoom_in(factor)

View File

@@ -369,7 +369,6 @@ function Events() //{{{
vimperator.statusline.updateTabCount();
vimperator.tabs.updateBufferList();
vimperator.setMode(); // trick to reshow the mode in the command line
vimperator.tabs.updateSelectionHistory();
}, false);
tabcontainer.addEventListener("TabClose", function(event) {
vimperator.statusline.updateTabCount()