]> git.pld-linux.org Git - packages/amarok.git/blame - amarok-titleorder.patch
- up to 2.1.1
[packages/amarok.git] / amarok-titleorder.patch
CommitLineData
80853e2a
ER
1--- amarok-1.4.4/amarok/src/app.cpp~ 2006-10-26 23:40:20.000000000 +0300
2+++ amarok-1.4.4/amarok/src/app.cpp 2006-12-26 21:52:35.829202536 +0200
3@@ -994,7 +990,7 @@
4 if ( oldState == Engine::Paused )
5 Amarok::OSD::instance()->OSDWidget::show( i18n( "state, as in playing", "Play" ) );
6 if ( !bundle.prettyTitle().isEmpty() )
7- m_pPlaylistWindow->setCaption( i18n("Amarok - %1").arg( bundle.veryNiceTitle() ) );
8+ m_pPlaylistWindow->setCaption( i18n("%1 - Amarok").arg( bundle.veryNiceTitle() ) );
9 break;
10
11 case Engine::Paused:
12@@ -1016,7 +1012,7 @@
13 {
14 Amarok::OSD::instance()->show( bundle );
15 if ( !bundle.prettyTitle().isEmpty() )
16- m_pPlaylistWindow->setCaption( i18n("Amarok - %1").arg( bundle.veryNiceTitle() ) );
17+ m_pPlaylistWindow->setCaption( i18n("%1 - Amarok").arg( bundle.veryNiceTitle() ) );
18
19 TrackToolTip::instance()->setTrack( bundle );
20 }
This page took 0.02928 seconds and 4 git commands to generate.