From 22b74c8e637c4f1b9a73bef9aedb6a5d4d03fce6 Mon Sep 17 00:00:00 2001 From: defnax Date: Mon, 4 Oct 2010 18:43:13 +0000 Subject: [PATCH] enabled OK Button git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3602 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/channels/CreateChannelMsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);