summaryrefslogtreecommitdiff
path: root/plugins/gtkui/deadbeef.glade
diff options
context:
space:
mode:
authorGravatar Aleksejs Popovs <me@popoffka.ru>2014-05-01 19:21:22 +0300
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-05-01 18:55:17 +0200
commitfc44e817e339017737e3063c050414301de4d671 (patch)
tree91b9c592b367b39706f8f074796c50287d0d5c32 /plugins/gtkui/deadbeef.glade
parent102e78d943cf640a73a1b6aa13e3a6343f07ca1a (diff)
added "stop playback after current album finishes" functionality
Diffstat (limited to 'plugins/gtkui/deadbeef.glade')
-rw-r--r--plugins/gtkui/deadbeef.glade30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/gtkui/deadbeef.glade b/plugins/gtkui/deadbeef.glade
index 90ce9db5..b75b4589 100644
--- a/plugins/gtkui/deadbeef.glade
+++ b/plugins/gtkui/deadbeef.glade
@@ -582,6 +582,16 @@
</widget>
</child>
+ <child>
+ <widget class="GtkCheckMenuItem" id="stop_after_album">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Stop after current album</property>
+ <property name="use_underline">True</property>
+ <property name="active">False</property>
+ <signal name="activate" handler="on_stop_after_album_activate" last_modification_time="Thu, 01 May 2014 15:14:26 GMT"/>
+ </widget>
+ </child>
+
<child>
<widget class="GtkSeparatorMenuItem" id="separator11">
<property name="visible">True</property>
@@ -2849,6 +2859,26 @@ Album</property>
<property name="fill">False</property>
</packing>
</child>
+
+ <child>
+ <widget class="GtkCheckButton" id="reset_autostopalbum">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Auto-reset &quot;Stop after current album&quot;</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ <signal name="toggled" handler="on_reset_autostopalbum_toggled" last_modification_time="Thu, 01 May 2014 15:30:01 GMT"/>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="tab_expand">False</property>