-rw-r--r-- | core/applets/volumeapplet/volume.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/applets/volumeapplet/volume.cpp b/core/applets/volumeapplet/volume.cpp index a000087..b047877 100644 --- a/core/applets/volumeapplet/volume.cpp +++ b/core/applets/volumeapplet/volume.cpp @@ -187,3 +187,3 @@ VolumeControl::VolumeControl ( VolumeApplet *icon, bool /*showMic*/, QWidget *pa - switch ( ODevice::inst ( )-> model ( )) { + switch ( ODevice::inst ( )-> model ( )) { // we need to add other devices eventually case OMODEL_iPAQ_H31xx: @@ -194,3 +194,7 @@ VolumeControl::VolumeControl ( VolumeApplet *icon, bool /*showMic*/, QWidget *pa break; + case OMODEL_Zaurus_SL5000: + has_wav_alarm = false; //poor guys probably feeling left out... + break; default: + has_wav_alarm = true; //lets just presume break; |