[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/mediadevice/generic
From:       Jeff Mitchell <kde-dev () emailgoeshere ! com>
Date:       2007-11-03 13:01:04
Message-ID: 1194094864.538701.24222.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 732306 by mitchell:

Port forward 732305 (not sure if it's necessary anymore, but can't hurt)


 M  +5 -1      genericmediadeviceconfigdialog.ui.h  


--- trunk/extragear/multimedia/amarok/src/mediadevice/generic/genericmediadeviceconfigdialog.ui.h \
#732305:732306 @@ -33,7 +33,11 @@
     Q3ComboBox *convert     = m_convertComboBox;
     Q3ListBox  *supported   = m_supportedListBox;
 
-    supported->insertItem( unsupported->text( id ) );
+    QString text = unsupported->text( id );
+    if( text.startsWith( "&" ) )
+        supported->insertItem( text.right( text.length() - 1 ) );
+    else
+        supported->insertItem( text );
 
     QString temp = convert->currentText();
     convert->insertItem( unsupported->text( id ) );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic