mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
Use new Inbox icon.
This commit is contained in:
parent
3847eae6cc
commit
143b332380
@ -150,5 +150,6 @@
|
||||
<file>data/images/tweet.svg</file>
|
||||
<file>data/images/widget-border.png</file>
|
||||
<file>data/images/refresh.svg</file>
|
||||
<file>data/images/inbox.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -712,7 +712,7 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
||||
break;
|
||||
|
||||
case Inbox:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/downloading.svg", size );
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/inbox.svg", size );
|
||||
break;
|
||||
|
||||
default:
|
||||
|
@ -326,7 +326,7 @@ SourcesModel::appendGroups()
|
||||
boost::bind( &ViewManager::newReleasesWidget, ViewManager::instance() ) );
|
||||
newReleases->setSortValue( 5 );
|
||||
|
||||
GenericPageItem* inbox = new GenericPageItem( this, browse, tr( "Inbox" ), ImageRegistry::instance()->icon( RESPATH "images/downloading.svg" ),
|
||||
GenericPageItem* inbox = new GenericPageItem( this, browse, tr( "Inbox" ), ImageRegistry::instance()->icon( RESPATH "images/inbox.svg" ),
|
||||
boost::bind( &ViewManager::showInboxPage, ViewManager::instance() ),
|
||||
boost::bind( &ViewManager::inboxWidget, ViewManager::instance() ) );
|
||||
inbox->setSortValue( 6 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user