[Pkg-mozext-commits] [sage-extension] 04/20: switch from deprecated toggleSidebar to SidebarUI.toggle, bump minVersion to 38
David Prévot
taffit at moszumanska.debian.org
Sat Feb 13 01:36:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository sage-extension.
commit e6e481fc101041b8238657399ded985d389111db
Author: Peter Andrews <petea at jhu.edu>
Date: Sat Aug 1 15:10:00 2015 -0700
switch from deprecated toggleSidebar to SidebarUI.toggle, bump minVersion to 38
---
src/chrome/content/overlay.xul | 2 +-
src/install.rdf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/chrome/content/overlay.xul b/src/chrome/content/overlay.xul
index c22da3f..7cdb89d 100644
--- a/src/chrome/content/overlay.xul
+++ b/src/chrome/content/overlay.xul
@@ -65,7 +65,7 @@
type="checkbox" group="sidebar"
sidebarurl="chrome://sage/content/sidebar.xul"
sidebartitle="&sage.sidebarTitle;"
- oncommand="toggleSidebar('viewSageSidebar');"/>
+ oncommand="SidebarUI.toggle('viewSageSidebar');"/>
</broadcasterset>
<toolbox id="navigator-toolbox">
diff --git a/src/install.rdf b/src/install.rdf
index 2315446..9030017 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -82,7 +82,7 @@
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
- <em:minVersion>22.0a1</em:minVersion>
+ <em:minVersion>38.*</em:minVersion>
<em:maxVersion>40.*</em:maxVersion>
</Description>
</em:targetApplication>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git
More information about the Pkg-mozext-commits
mailing list