]> git.ktnx.net Git - icedeb.git/commitdiff
global object Debian -> IceDeb
authorDamyan Ivanov <dmn@debian.org>
Thu, 20 Jan 2011 07:14:38 +0000 (09:14 +0200)
committerDamyan Ivanov <dmn@debian.org>
Thu, 20 Jan 2011 07:14:38 +0000 (09:14 +0200)
chrome/content/icedeb.js
chrome/content/icedeb.xul

index 3a08f11cae017ac4b40613b72080645b761df79b..af5026c31e3833cbdb716ca580219e16ca3c81a1 100644 (file)
@@ -87,7 +87,7 @@ function lookup_deb(in_new) {
     }
 }
 
-Debian = {
+IceDeb = {
     btsButton: function (e) {
         if ( e.button == 0 )
             lookup_bts(false)
index 3e0ed367ee213cb50493b80b12cf13bf3446e905..746c3d2062edb98ebdb41cb02d55217e344f4005 100644 (file)
 <toolbarbutton id="icedeb-bts"
   label="&bts.label;"
   tooltiptext="&bts.tooltiptext;"
-  onclick="Debian.btsButton(event)"
+  onclick="IceDeb.btsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-pts"
   label="&pts.label;"
   tooltiptext="&pts.tooltiptext;"
-  onclick="Debian.ptsButton(event)"
+  onclick="IceDeb.ptsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-deb"
   label="&deb.label;"
   tooltiptext="&deb.tooltiptext;"
-  onclick="Debian.debButton(event)"
+  onclick="IceDeb.debButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
   />