diff --git a/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp b/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp index e9e301f15..f82ea3ec6 100644 --- a/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp +++ b/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp @@ -50,7 +50,7 @@ CreateChannelMsg::CreateChannelMsg(std::string cId) connect(addfilepushButton, SIGNAL(clicked() ), this , SLOT(addExtraFile())); connect(addThumbnailButton, SIGNAL(clicked() ), this , SLOT(addThumbnail())); - buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); + //buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); setAcceptDrops(true);