From kde-commits Sun Apr 30 23:44:53 2006 From: =?utf-8?q?Micha=C3=ABl=20Larouche?= Date: Sun, 30 Apr 2006 23:44:53 +0000 To: kde-commits Subject: branches/kopete/0.12/kopete/kopete/config/appearance Message-Id: <1146440693.123872.18610.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114644070023193 SVN commit 536017 by mlarouche: Renabled Get Hot New Stuff by default. M +0 -5 appearanceconfig.cpp --- branches/kopete/0.12/kopete/kopete/config/appearance/appearanceconfig.cpp #536016:536017 @@ -200,8 +200,6 @@ connect(d->mPrfsEmoticons->btnInstallTheme, SIGNAL(clicked()), this, SLOT(installEmoticonTheme())); - // Since KNewStuff is incomplete and buggy we'll disable it by default. - d->mPrfsEmoticons->btnGetThemes->setEnabled( config->readBoolEntry( "ForceNewStuff", false ) ); connect(d->mPrfsEmoticons->btnGetThemes, SIGNAL(clicked()), this, SLOT(slotGetEmoticonThemes())); connect(d->mPrfsEmoticons->btnRemoveTheme, SIGNAL(clicked()), @@ -227,9 +225,6 @@ // Show the available styles when the Manager has finish to load the styles. connect(ChatWindowStyleManager::self(), SIGNAL(loadStylesFinished()), this, SLOT(slotLoadChatStyles())); - // Since KNewStuff is incomplete and buggy we'll disable it by default. - d->mPrfsChatWindow->btnGetStyles->setEnabled( config->readBoolEntry( "ForceNewStuff", false ) ); - d->mPrfsChatWindow->htmlFrame->setFrameStyle(QFrame::WinPanel | QFrame::Sunken); // Create the fake Chat Session createPreviewChatSession();