~andrewsomething/exaile/karmic

« back to all changes in this revision

Viewing changes to data/glade/playlists_prefs_pane.glade

  • Committer: Aren Olson
  • Date: 2009-09-12 00:36:59 UTC
  • Revision ID: reacocard@gmail.com-20090912003659-w373sg0n04uoa8op
remove useless files, add soem of the fixes from lp bug 420019

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>