aboutsummaryrefslogtreecommitdiff
path: root/audio/amarok/files/patch-amarok-src-statusbar-selectLabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/amarok/files/patch-amarok-src-statusbar-selectLabel.h')
-rw-r--r--audio/amarok/files/patch-amarok-src-statusbar-selectLabel.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/amarok/files/patch-amarok-src-statusbar-selectLabel.h b/audio/amarok/files/patch-amarok-src-statusbar-selectLabel.h
deleted file mode 100644
index 74ffa63db11e..000000000000
--- a/audio/amarok/files/patch-amarok-src-statusbar-selectLabel.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- amarok/src/statusbar/selectLabel.h.orig Sat Jul 1 20:30:36 2006
-+++ amarok/src/statusbar/selectLabel.h Sat Jul 1 20:31:51 2006
-@@ -126,7 +126,7 @@
- if( !isEnabled() )
- tip += i18n("&nbsp;<br>&nbsp;<i>Disabled</i>");
- else if( AmarokConfig::favorTracks() &&
-- m_action == amaroK::actionCollection()->action( "random_mode" ) ) //hack?
-+ m_action == static_cast<amaroK::SelectAction*>( amaroK::actionCollection()->action( "random_mode" ) ) ) //hack?
- {
- KSelectAction *a = static_cast<KSelectAction*>( amaroK::actionCollection()->action( "favor_tracks" ) );
- tip += QString("<br><br>") + i18n("%1: %2")