mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-28 21:15:47 +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.updateUrl(aRequest.URI.spec);
|
||||||
vimperator.statusline.updateProgress("");
|
vimperator.statusline.updateProgress("");
|
||||||
// also reset the buffer list, since the url titles are valid here
|
// also reset the buffer list, since the url titles are valid here
|
||||||
showBufferList(true);
|
updateBufferList();
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
},
|
},
|
||||||
@@ -1040,7 +1040,7 @@ function Vimperator()
|
|||||||
vimperator.statusline.updateUrl(aRequest.URI.spec);
|
vimperator.statusline.updateUrl(aRequest.URI.spec);
|
||||||
vimperator.statusline.updateProgress("");
|
vimperator.statusline.updateProgress("");
|
||||||
// also reset the buffer list, since the url titles are valid here
|
// also reset the buffer list, since the url titles are valid here
|
||||||
showBufferList(true);
|
updateBufferList();
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user