summaryrefslogtreecommitdiff
path: root/deadbeef.glade
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-19 20:18:38 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-19 20:18:38 +0200
commit49875b085e4c1fa6881a54b482e8439fc1c6daa9 (patch)
treee02d4744bf4a345cef951644a9c15f5d82e579c2 /deadbeef.glade
parent941dda6e29741e2a9e06f25f652295e377c80379 (diff)
fixed glade screw-up on looping/order menus
Diffstat (limited to 'deadbeef.glade')
-rw-r--r--deadbeef.glade7
1 files changed, 3 insertions, 4 deletions
diff --git a/deadbeef.glade b/deadbeef.glade
index f3a0b355..25736428 100644
--- a/deadbeef.glade
+++ b/deadbeef.glade
@@ -14,7 +14,6 @@
<property name="default_height">300</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
- <property name="icon">play_24.png</property>
<property name="icon_name"></property>
<property name="decorated">True</property>
<property name="skip_taskbar_hint">False</property>
@@ -221,7 +220,7 @@
<property name="visible">True</property>
<property name="label" translatable="yes">Random</property>
<property name="use_underline">True</property>
- <property name="active">True</property>
+ <property name="active">False</property>
<property name="group">order_linear</property>
<signal name="activate" handler="on_order_random_activate" last_modification_time="Sat, 08 Aug 2009 12:26:33 GMT"/>
</widget>
@@ -255,7 +254,7 @@
<property name="visible">True</property>
<property name="label" translatable="yes">Loop Single Song</property>
<property name="use_underline">True</property>
- <property name="active">True</property>
+ <property name="active">False</property>
<property name="group">loop_all</property>
<signal name="activate" handler="on_loop_single_activate" last_modification_time="Sat, 08 Aug 2009 12:26:33 GMT"/>
</widget>
@@ -266,7 +265,7 @@
<property name="visible">True</property>
<property name="label" translatable="yes">Don't Loop</property>
<property name="use_underline">True</property>
- <property name="active">True</property>
+ <property name="active">False</property>
<property name="group">loop_all</property>
<signal name="activate" handler="on_loop_disable_activate" last_modification_time="Sat, 08 Aug 2009 12:26:33 GMT"/>
</widget>