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

hmm, forgot what I changed :)

This commit is contained in:
Martin Stubenschrott
2007-04-20 03:01:17 +00:00
parent f52cca72ff
commit 48b9f413cd
6 changed files with 35 additions and 10 deletions

View File

@@ -272,7 +272,7 @@ function init()
setTimeout(function() { get_url_completions(""); } , 100);
// firefox preferences which we need to be changed to work well with vimperator
set_firefox_pref("browser.sessionstore.resume_session_once", true);
set_firefox_pref("browser.startup.page", 3); // start with saved session
logMessage("Initialized");
}