1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 05:12:28 +01:00

Make config.styleableChrome an array.

This commit is contained in:
Doug Kearns
2009-08-26 02:19:23 +10:00
parent 2952c91c74
commit bf240bc2b0
4 changed files with 5 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ const config = { //{{{
},
get visualbellWindow() getBrowser().mPanelContainer,
styleableChrome: "chrome://browser/content/browser.xul",
styleableChrome: ["chrome://browser/content/browser.xul"],
autocommands: [["BookmarkAdd", "Triggered after a page is bookmarked"],
["ColorScheme", "Triggered after a color scheme has been loaded"],