~ubuntu-branches/ubuntu/oneiric/gedit-plugins/oneiric-201109060911

« back to all changes in this revision

Viewing changes to plugins/showtabbar/gedit-show-tabbar-plugin.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, YunQiang Su, Josselin Mouette
  • Date: 2011-06-02 19:15:39 UTC
  • mfrom: (7.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110602191539-ykgin1sr7nl4h4fy
Tags: 3.0.3-1
[ YunQiang Su ]
* New upstream stable release.
* Update build-dependencies accordingly.
* Update dependencies to use gir modules for Python.
* Switch to 3.0 source format.
* Update standards version.

[ Josselin Mouette ]
* Pass the correct paths to dh_pysupport.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
  <schemalist>
3
 
    <schema>
4
 
      <key>/schemas/apps/gedit-2/plugins/showtabbar/tabbar_visible</key>
5
 
      <applyto>/apps/gedit-2/plugins/showtabbar/tabbar_visible</applyto>
6
 
      <owner>gedit</owner>
7
 
      <type>bool</type>
8
 
      <default>TRUE</default>
9
 
      <locale name="C">
10
 
        <short>Tabbar is Visible</short>
11
 
        <long>Whether the tabbar should be visible in editing windows.</long>
12
 
      </locale>
13
 
    </schema>
14
 
  </schemalist>
15
 
</gconfschemafile>