[sound-juicer] data: Fix run-time warning in UI file



commit 53415b32e78a41cfe71265766fce7d27361311f3
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Sep 10 16:10:34 2011 +0100

    data: Fix run-time warning in UI file
    
    ** WARNING **: Widget (GtkEntry) has more than one label

 data/sound-juicer.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/sound-juicer.ui b/data/sound-juicer.ui
index 3704ab3..2625f97 100644
--- a/data/sound-juicer.ui
+++ b/data/sound-juicer.ui
@@ -288,7 +288,7 @@
                         <property name="xalign">0</property>
                         <property name="label" translatable="yes">Disc:</property>
                         <property name="use_underline">True</property>
-                        <property name="mnemonic_widget">year_entry</property>
+                        <property name="mnemonic_widget">disc_number_entry</property>
                         <accessibility>
                           <relation type="label-for" target="disc_number_entry"/>
                         </accessibility>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]