From ca7a15c38826bdab009eeba653c5227cfeb97043 Mon Sep 17 00:00:00 2001 From: "mgalli%geckonnection.com" Date: Thu, 13 Apr 2006 21:12:23 +0000 Subject: [PATCH] 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 --- mozilla/minimo/chrome/content/minimo.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mozilla/minimo/chrome/content/minimo.js b/mozilla/minimo/chrome/content/minimo.js index bd0d50e72bc..7ed16ffd270 100755 --- a/mozilla/minimo/chrome/content/minimo.js +++ b/mozilla/minimo/chrome/content/minimo.js @@ -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 */