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();