Missing part... gm: google modules support.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194340 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mgalli%geckonnection.com
2006-04-13 21:12:23 +00:00
parent 5d4876e4b0
commit ca7a15c388

View File

@@ -1046,6 +1046,14 @@ function DoBrowserSB(sKey) {
}
}
function DoBrowserGM(xmlRef) {
try {
gBrowser.selectedTab = gBrowser.addTab('chrome://minimo/content/moduleview/moduleload.xhtml?url='+xmlRef);
browserInit(gBrowser.selectedTab);
} catch (e) {
}
}
/* Toolbar specific code - to be removed from here */