Magellan Linux

Contents of /trunk/amarok/patches/amarok-2.2.2-fix-photo-widget.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 987 - (show annotations) (download)
Fri Feb 19 16:00:40 2010 UTC (14 years, 2 months ago) by niro
File size: 426 byte(s)
amarok 2.2.2 fixes

1 --- a/src/context/engines/photos/PhotosEngine.cpp
2 +++ b/src/context/engines/photos/PhotosEngine.cpp
3 @@ -156,7 +156,7 @@ void PhotosEngine::update()
4 // Show the information
5 if( !m_artist.isEmpty() )
6 {
7 - setData( "photos", "message", i18n( "Fetching" ) );
8 + setData( "photos", "message", "Fetching");
9 setData( "photos", "artist", m_artist );
10 }
11 else