1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 13:25:44 +01:00

fixed styling of muttator's chrome

This commit is contained in:
Martin Stubenschrott
2008-11-01 19:36:49 +00:00
parent 8c1c2ee76a
commit 13720d44b8
4 changed files with 8 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ const config = { //{{{
get mainWidget() this.isComposeWindow ? document.getElementById("content-frame") : GetThreadTree(),
get mainWindowID() this.isComposeWindow ? "msgcomposeWindow" : "messengerWindow",
get visualbellWindow() document.getElementById(this.mainWindowID),
styleableChrome: "chrome://messenger/content/messenger.xul,chrome://messenger/content/messengercompose/messengercompose.xul",
autocommands: [["FolderLoaded", "Triggered after switching folders in Thunderbird"],
["PageLoadPre", "Triggered after a page load is initiated"],