~ubuntu-branches/ubuntu/karmic/firebug/karmic

« back to all changes in this revision

Viewing changes to skin/classic/bindings.xml

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-01-08 06:23:15 UTC
  • mfrom: (1.1.2 upstream) (0.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090108062315-8axszgu22g9a2uyn
Tags: 1.2.1-1ubuntu1
* Merge with Debian unstable (LP: #314962)
* debian/control: 
  - Changed references of Iceweasel to Firefox
  - Changed dependency on iceweasel to firefox | abrowser 
    (also close LP: #272959)
  - Changed binary name to firebug
* debian/rules: Changed tag name from makebuilddir/iceweasel-firebug to
  makebuilddir/firebug::
* Created debian/links, debian/docs and debian/install from debian ones

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
 
3
 
<bindings id="bindings"
4
 
   xmlns="http://www.mozilla.org/xbl"
5
 
   xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6
 
   xmlns:xbl="http://www.mozilla.org/xbl">
7
 
 
8
 
  <binding id="tab" display="xul:button"
9
 
           extends="chrome://global/content/bindings/button.xml#button-base">
10
 
    <content>
11
 
      <xul:hbox class="tab-image-left" xbl:inherits="selected"/>
12
 
      <xul:hbox flex="1" class="tab-image-middle" align="center" xbl:inherits="selected">
13
 
        <xul:label flex="1" xbl:inherits="value=label,crop,accesskey" crop="right" class="tab-text"/>
14
 
      </xul:hbox>
15
 
      <xul:hbox class="tab-image-right" xbl:inherits="selected"/>
16
 
    </content>
17
 
  </binding>
18
 
 
19
 
</bindings>