]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- show amarok name in app title last. well i recognize amarok by icon and i want...
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 26 Dec 2006 19:54:12 +0000 (19:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok-titleorder.patch -> 1.1

amarok-titleorder.patch [new file with mode: 0644]

diff --git a/amarok-titleorder.patch b/amarok-titleorder.patch
new file mode 100644 (file)
index 0000000..424c421
--- /dev/null
@@ -0,0 +1,20 @@
+--- amarok-1.4.4/amarok/src/app.cpp~   2006-10-26 23:40:20.000000000 +0300
++++ amarok-1.4.4/amarok/src/app.cpp    2006-12-26 21:52:35.829202536 +0200
+@@ -994,7 +990,7 @@
+         if ( oldState == Engine::Paused )
+             Amarok::OSD::instance()->OSDWidget::show( i18n( "state, as in playing", "Play" ) );
+         if ( !bundle.prettyTitle().isEmpty() )
+-            m_pPlaylistWindow->setCaption( i18n("Amarok - %1").arg( bundle.veryNiceTitle() ) );
++            m_pPlaylistWindow->setCaption( i18n("%1 - Amarok").arg( bundle.veryNiceTitle() ) );
+         break;
+     case Engine::Paused:
+@@ -1016,7 +1012,7 @@
+ {
+     Amarok::OSD::instance()->show( bundle );
+     if ( !bundle.prettyTitle().isEmpty() )
+-        m_pPlaylistWindow->setCaption( i18n("Amarok - %1").arg( bundle.veryNiceTitle() ) );
++        m_pPlaylistWindow->setCaption( i18n("%1 - Amarok").arg( bundle.veryNiceTitle() ) );
+     TrackToolTip::instance()->setTrack( bundle );
+ }
This page took 0.041442 seconds and 4 git commands to generate.