summaryrefslogtreecommitdiff
path: root/core/applets/volumeapplet
authorllornkcor <llornkcor>2004-09-28 05:54:30 (UTC)
committer llornkcor <llornkcor>2004-09-28 05:54:30 (UTC)
commitc6daaf1849427191cb449e742681629bdaee4570 (patch) (unidiff)
tree4864b281a4de726de8eeaff9d13c84b1426fb5ba /core/applets/volumeapplet
parent9c8f2e26e05be9230ed960d4b4ed21dc658df33e (diff)
downloadopie-c6daaf1849427191cb449e742681629bdaee4570.zip
opie-c6daaf1849427191cb449e742681629bdaee4570.tar.gz
opie-c6daaf1849427191cb449e742681629bdaee4570.tar.bz2
treble and bass sliders not being hidden on system that dont have those devices
Diffstat (limited to 'core/applets/volumeapplet') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/volumeapplet/volume.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/applets/volumeapplet/volume.cpp b/core/applets/volumeapplet/volume.cpp
index 276f47f..6a14d07 100644
--- a/core/applets/volumeapplet/volume.cpp
+++ b/core/applets/volumeapplet/volume.cpp
@@ -249,12 +249,11 @@ VolumeControl::VolumeControl ( VolumeApplet *icon, bool /*showMic*/, QWidget *pa
249 break; 249 break;
250 } 250 }
251 251
252 if ( !ODevice::inst ( )-> series ( ) == Model_iPAQ ) { 252 if ( !ODevice::inst()->modelString().contains( "Model_iPAQ" )) {
253 has_bass = false; 253 has_bass = false;
254 has_treble = false; 254 has_treble = false;
255 } 255 }
256 256
257
258 setFrameStyle ( QFrame::PopupPanel | QFrame::Raised ); 257 setFrameStyle ( QFrame::PopupPanel | QFrame::Raised );
259 258
260 QGridLayout *grid = new QGridLayout ( this, 1, 1, 6, 4 ); 259 QGridLayout *grid = new QGridLayout ( this, 1, 1, 6, 4 );