diff -r ff3acec5bc43 -r 8118492f1bdf mpxplugins/viewplugins/views/upnpplaybackdialog/src/mpxupnpplaybackdialogcustomcontrol.cpp --- a/mpxplugins/viewplugins/views/upnpplaybackdialog/src/mpxupnpplaybackdialogcustomcontrol.cpp Thu Dec 17 08:45:05 2009 +0200 +++ b/mpxplugins/viewplugins/views/upnpplaybackdialog/src/mpxupnpplaybackdialogcustomcontrol.cpp Thu Jan 07 12:45:53 2010 +0200 @@ -189,14 +189,15 @@ // --------------------------------------------------------------------------- // void CMPXUPnPPlaybackDialogCustomControl::RedrawRect( - const TRect& aRect, - CBitmapContext& aGc) const + const TRect& aRect) const { - CMPXCommonPlaybackViewContainer::RedrawRect( aRect, aGc ); + + CMPXCommonPlaybackViewContainer::RedrawRect( aRect ); if ( iRemotePlayerUsed ) { - DrawIndicator( aGc, aRect, iRemotePlayerIconRect, iRemotePlayerIcon ); + CWindowGc& gc = SystemGc(); + DrawIndicator( gc, aRect, iRemotePlayerIconRect, iRemotePlayerIcon ); } }