summaryrefslogtreecommitdiffstats
path: root/src/app/volumeAction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/volumeAction.cpp')
-rw-r--r--src/app/volumeAction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/volumeAction.cpp b/src/app/volumeAction.cpp
index 1663190..0d8a181 100644
--- a/src/app/volumeAction.cpp
+++ b/src/app/volumeAction.cpp
@@ -77,7 +77,7 @@ VolumeAction::toggled( bool const b )
{
DEBUG_BLOCK
- TQString t = TQString::number(Codeine::engine()->volume()) + "%";
+ TQString t = TQString::number(100 - m_widget->slider->value()) + "%";
setToolTip( i18n( "Volume: %1" ).arg( t ) );
m_widget->label->setText( t );