mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:32:27 +01:00
update the buffer list on page load completion (the non-existant
showBufferList() was being called rather than updateBufferList())
This commit is contained in:
@@ -104,7 +104,7 @@ nsBrowserStatusHandler.prototype =
|
||||
vimperator.statusline.updateUrl(aRequest.URI.spec);
|
||||
vimperator.statusline.updateProgress("");
|
||||
// also reset the buffer list, since the url titles are valid here
|
||||
showBufferList(true);
|
||||
updateBufferList();
|
||||
}
|
||||
return 0;
|
||||
},
|
||||
@@ -1040,7 +1040,7 @@ function Vimperator()
|
||||
vimperator.statusline.updateUrl(aRequest.URI.spec);
|
||||
vimperator.statusline.updateProgress("");
|
||||
// also reset the buffer list, since the url titles are valid here
|
||||
showBufferList(true);
|
||||
updateBufferList();
|
||||
}
|
||||
return 0;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user