@@ -63,7 +63,7 @@ AudioRenderer.prototype = {
6363
6464 this . _box = new Gtk . Box ( { orientation : Gtk . Orientation . HORIZONTAL ,
6565 spacing : 6 } ) ;
66- this . _image = new Gtk . Image ( { icon_name : 'xapp -media-optical-symbolic' ,
66+ this . _image = new Gtk . Image ( { icon_name : 'xsi -media-optical-symbolic' ,
6767 pixel_size : 256 } ) ;
6868 this . _box . pack_start ( this . _image , false , false , 0 ) ;
6969
@@ -154,7 +154,7 @@ AudioRenderer.prototype = {
154154
155155 _onCoverArtChanged : function ( ) {
156156 if ( ! this . _artFetcher . cover ) {
157- this . _image . set_from_icon_name ( 'xapp -media-optical-symbolic' ) ;
157+ this . _image . set_from_icon_name ( 'xsi -media-optical-symbolic' ) ;
158158 return ;
159159 }
160160
@@ -240,10 +240,10 @@ AudioRenderer.prototype = {
240240 _onPlayerStateChanged : function ( ) {
241241 switch ( this . _player . state ) {
242242 case NemoPreview . SoundPlayerState . PLAYING :
243- this . _toolbarPlay . set_icon_name ( 'xapp -media-playback-pause-symbolic' ) ;
243+ this . _toolbarPlay . set_icon_name ( 'xsi -media-playback-pause-symbolic' ) ;
244244 break ;
245245 default :
246- this . _toolbarPlay . set_icon_name ( 'xapp -media-playback-start-symbolic' ) ;
246+ this . _toolbarPlay . set_icon_name ( 'xsi -media-playback-start-symbolic' ) ;
247247 }
248248 } ,
249249
@@ -270,7 +270,7 @@ AudioRenderer.prototype = {
270270 opacity : 0 ,
271271 x_expand : true } ) ;
272272
273- this . _toolbarPlay = new Gtk . ToolButton ( { icon_name : 'xapp -media-playback-pause-symbolic' } ) ;
273+ this . _toolbarPlay = new Gtk . ToolButton ( { icon_name : 'xsi -media-playback-pause-symbolic' } ) ;
274274 this . _toolbarPlay . show ( ) ;
275275 this . _mainToolbar . insert ( this . _toolbarPlay , 0 ) ;
276276
0 commit comments