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

added section support for :help

This commit is contained in:
Martin Stubenschrott
2007-04-20 21:25:41 +00:00
parent d1b2061145
commit 083aa0ae4a
6 changed files with 64 additions and 10 deletions

View File

@@ -118,6 +118,8 @@ nsBrowserStatusHandler.prototype =
else if (aFlag & nsIWebProgressListener.STATE_STOP)
{
updateStatusbar();
// also reset the buffer list, since the url titles are valid here
buffer_preview_update();
}
return 0;
},
@@ -261,9 +263,6 @@ function init()
g_history.unshift([url, title]);
}
// also reset the buffer list, since the url titles are valid here
if (g_bufshow)
bufshow("", false);
}
, null);