~ubuntu-branches/ubuntu/vivid/gpodder/vivid-proposed

« back to all changes in this revision

Viewing changes to data/ui/frmntl/gpodderpreferences.ui

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2010-12-05 17:08:02 UTC
  • mfrom: (5.3.2 experimental) (5.2.10 sid)
  • Revision ID: james.westby@ubuntu.com-20101205170802-qbsq7r331j21np1i
Tags: 2.10-1
* New upstream release
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<!--*- mode: xml -*-->
3
3
<interface>
 
4
  <object class="GtkAdjustment" id="adjustment_expiration">
 
5
    <property name="upper">30</property>
 
6
    <property name="lower">0</property>
 
7
    <property name="page_increment">10</property>
 
8
    <property name="step_increment">1</property>
 
9
    <property name="page_size">0</property>
 
10
    <property name="value">7</property>
 
11
  </object>
4
12
  <object class="GtkDialog" id="gPodderPreferences">
5
13
    <property name="title" translatable="yes">Settings</property>
6
14
    <child internal-child="vbox">
77
85
                      <object class="HildonCheckButton" id="button_enable_mygpo">
78
86
                        <property name="label" translatable="yes">Synchronize with gpodder.net</property>
79
87
                        <property name="visible">True</property>
80
 
                        <property name="arrangement">HILDON_BUTTON_ARRANGEMENT_HORIZONTAL</property>
81
88
                        <property name="size">HILDON_SIZE_FINGER_HEIGHT</property>
82
89
                        <signal name="toggled" handler="on_button_enable_mygpo_toggled"/>
83
90
                      </object>
187
194
                        <signal name="value-changed" handler="on_picker_video_player_value_changed"/>
188
195
                      </object>
189
196
                    </child>
 
197
                    <child>
 
198
                      <object class="GtkLabel" id="placeholder3">
 
199
                        <property name="label"></property>
 
200
                        <property name="visible">True</property>
 
201
                      </object>
 
202
                    </child>
 
203
                    <child>
 
204
                      <object class="GtkFrame" id="frame_cleanup">
 
205
                        <property name="label" translatable="yes">Delete played episodes on startup</property>
 
206
                        <property name="visible">True</property>
 
207
                      </object>
 
208
                    </child>
 
209
                    <child>
 
210
                      <object class="GtkHScale" id="hscale_expiration">
 
211
                        <property name="digits">0</property>
 
212
                        <property name="is_focus">True</property>
 
213
                        <property name="value_pos">bottom</property>
 
214
                        <property name="visible">True</property>
 
215
                        <property name="adjustment">adjustment_expiration</property>
 
216
                        <signal name="format-value" handler="format_expiration_value"/>
 
217
                        <signal name="value-changed" handler="on_expiration_value_changed"/>
 
218
                      </object>
 
219
                    </child>
190
220
                  </object>
191
221
                </child>
192
222
              </object>