]> git.pld-linux.org Git - packages/amarok.git/blob - amarok-titleorder.patch
- up to 2.1.1
[packages/amarok.git] / amarok-titleorder.patch
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.027436 seconds and 3 git commands to generate.