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

added vimperator.config.mainWidget

This commit is contained in:
Martin Stubenschrott
2008-02-05 02:51:58 +00:00
parent c9fdb64ba1
commit f2d1334ce7
4 changed files with 10 additions and 2 deletions

View File

@@ -29,5 +29,10 @@ the terms of any one of the MPL, the GPL or the LGPL.
vimperator.config = {
name: "Muttator",
hostApplication: "Thunderbird",
// this widget is focused when focusContent() is called
get mainWidget() { return GetThreadTree(); },
dialogs: []
}
// vim: set fdm=marker sw=4 ts=4 et: