Fix availibility of scrobbler services settings

pull/1/head
Slávek Banko 12 years ago
parent 6c38307cd3
commit 90583bbb71

@ -193,7 +193,7 @@
<cstring>groupBox2</cstring> <cstring>groupBox2</cstring>
</property> </property>
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>true</bool>
</property> </property>
<property name="title"> <property name="title">
<string>last.fm Services</string> <string>last.fm Services</string>
@ -237,7 +237,7 @@
<cstring>kcfg_RetrieveSimilarArtists</cstring> <cstring>kcfg_RetrieveSimilarArtists</cstring>
</property> </property>
<property name="enabled"> <property name="enabled">
<bool>false</bool> <bool>true</bool>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Retrieve similar artists</string> <string>&amp;Retrieve similar artists</string>

@ -15,8 +15,8 @@
void Options8::updateServices( const TQString &s ) void Options8::updateServices( const TQString &s )
{ {
bool empty = s.isEmpty(); bool empty = s.isEmpty();
groupBox2->setEnabled( !empty ); //groupBox2->setEnabled( !empty );
kcfg_SubmitPlayedSongs->setEnabled( !empty ); kcfg_SubmitPlayedSongs->setEnabled( !empty );
kcfg_RetrieveSimilarArtists->setEnabled( !empty ); //kcfg_RetrieveSimilarArtists->setEnabled( !empty );
} }

Loading…
Cancel
Save