1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 16:45:46 +01:00

Apply CSS to the correct config.styleableChrome window.

This commit is contained in:
Doug Kearns
2009-03-17 17:55:10 +11:00
parent f293c4f212
commit 89565e3c03

View File

@@ -44,10 +44,10 @@ const config = { //{{{
//get visualbellWindow() getBrowser().mPanelContainer,
get isPlayerWindow() gBrowser.mCurrentTab._tPos == 0,
// focusContent() focuses this widget gSongbirdWindowController takes care of the focus.
get mainWindowID() "mainplayer",
get mainWindowID() "mainplayer",
get visualbellWindow() document.getElementById(this.mainWindowID),
styleableChrome: "chrome://songbird/content/xul/layoutBaseOverlay.xul",
styleableChrome: "chrome://gonzo/content/xul/mainplayer.xul",
autocommands: [["BookmarkAdd", "Triggered after a page is bookmarked"],
["ColorScheme", "Triggered after a color scheme has been loaded"],