This commit is contained in:
fgerlits 2006-11-02 14:35:51 +00:00
parent d3d817050d
commit 13a6ae0f01
1 changed files with 3 additions and 1 deletions

View File

@ -179,8 +179,10 @@ NowPlaying :: setPlayable(Ptr<Playable>::Ref playable) throw ()
" Bold 12'>");
infoString->append(Glib::Markup::escape_text(*creator));
infoString->append("</span>");
creatorLabel->set_markup(*infoString);
} else {
infoString->assign("");
}
creatorLabel->set_markup(*infoString);
audioLength = playable->getPlaylength();
resetRemainsTimeState();