~ubuntu-branches/ubuntu/lucid/exaile/lucid

« back to all changes in this revision

Viewing changes to data/glade/playlists_prefs_pane.glade

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2010-02-12 19:51:01 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100212195101-8jt3tculxcl92e6v
Tags: 0.3.1~b1-0ubuntu1
* New upstream release.
* Adjust exaile.install for new plugins.
* debian/control:
 - Drop unneeded python-dev Build-Dep.
 - Bump Standards-Version to 3.8.4 
* debian/rules: No empty po files to delete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<glade-interface>
3
 
  <!-- interface-requires gtk+ 2.16 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <widget class="GtkWindow" id="prefs_window">
6
 
    <child>
7
 
      <widget class="GtkVBox" id="prefs_pane">
8
 
        <property name="visible">True</property>
9
 
        <property name="border_width">3</property>
10
 
        <child>
11
 
          <widget class="GtkCheckButton" id="playlist/open_last">
12
 
            <property name="label" translatable="yes">Open last playlists on startup</property>
13
 
            <property name="can_focus">True</property>
14
 
            <property name="receives_default">False</property>
15
 
            <property name="use_underline">True</property>
16
 
            <property name="draw_indicator">True</property>
17
 
          </widget>
18
 
          <packing>
19
 
            <property name="expand">False</property>
20
 
            <property name="fill">False</property>
21
 
            <property name="position">0</property>
22
 
          </packing>
23
 
        </child>
24
 
        <child>
25
 
          <widget class="GtkCheckButton" id="playlist/ask_save">
26
 
            <property name="label" translatable="yes">Prompt for saving custom playlists on close</property>
27
 
            <property name="can_focus">True</property>
28
 
            <property name="receives_default">False</property>
29
 
            <property name="use_underline">True</property>
30
 
            <property name="draw_indicator">True</property>
31
 
          </widget>
32
 
          <packing>
33
 
            <property name="expand">False</property>
34
 
            <property name="fill">False</property>
35
 
            <property name="position">1</property>
36
 
          </packing>
37
 
        </child>
38
 
      </widget>
39
 
    </child>
40
 
  </widget>
41
 
</glade-interface>