Updated versions to v0.4.11c

Disabled 'play' button.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@855 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-11-29 22:31:47 +00:00
parent 00a0fdfbbf
commit b9236dc91e
3 changed files with 7 additions and 2 deletions

View file

@ -282,6 +282,11 @@ void SubFileItem::updateItemStatic()
break;
}
/* TMP Disable of Play Button - until media player
* issues are sorted.
*/
playButton->setEnabled(false);
saveButton->hide();
switch(mType)