From 9d2809e4cea2a0ee19fadabfa70acfbf5da98dcb Mon Sep 17 00:00:00 2001 From: chrisparker126 Date: Fri, 11 Feb 2011 00:06:00 +0000 Subject: [PATCH] disabled auto thumbnail checkbox, can be enabled if framecatcher option is switched on in .pro file. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4031 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/channels/CreateChannelMsg.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp b/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp index 79e73caed..83e6300cd 100644 --- a/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp +++ b/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp @@ -50,8 +50,12 @@ CreateChannelMsg::CreateChannelMsg(std::string cId) connect(addfilepushButton, SIGNAL(clicked() ), this , SLOT(addExtraFile())); connect(addThumbnailButton, SIGNAL(clicked() ), this , SLOT(addThumbnail())); connect(thumbNailCb, SIGNAL(toggled(bool)), this, SLOT(allowAutoMediaThumbNail(bool))); + thumbNailCb->setVisible(false); + thumbNailCb->setEnabled(false); #ifdef CHANNELS_FRAME_CATCHER fCatcher = new framecatcher(); + thumbNailCb->setVisible(true); + thumbNailCb->setEnabled(true); #endif //buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);