bug fixed: incorrect creation of the plugin

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1002 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
beardog_uk 2009-02-04 15:37:44 +00:00
parent 8c6c7f3840
commit 62b0fb538b

View File

@ -24,8 +24,8 @@ QWidget*
SMPlayerPlugin::pluginWidget(QWidget * parent )
{
SMPlayer *smplayer = new SMPlayer();
smplayer->start();
//return smplayer;
// smplayer->start();
return smplayer->gui();
}