From 7f26069f2527e4e8a051ab0d9b061f3edf142791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Sat, 20 Oct 2012 08:50:35 +0200 Subject: [PATCH] Enable GHNS button for KWin scripts Functionality had already been present for quite some time and now that the category on kde-look exists, we can just show the button. BUG: 296774 FIXED-IN: 4.9.3 REVIEW: 106963 --- kcmkwin/kwinscripts/module.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/kcmkwin/kwinscripts/module.cpp b/kcmkwin/kwinscripts/module.cpp index 8f8e076d4e..6327d24e42 100644 --- a/kcmkwin/kwinscripts/module.cpp +++ b/kcmkwin/kwinscripts/module.cpp @@ -57,9 +57,6 @@ Module::Module(QWidget *parent, const QVariantList &args) : ui->setupUi(this); ui->ghnsButton->setIcon(KIcon("get-hot-new-stuff")); - // TODO: remove once the category has been created. - ui->ghnsButton->setVisible(false); - connect(ui->scriptSelector, SIGNAL(changed(bool)), this, SLOT(changed())); connect(ui->importScriptButton, SIGNAL(clicked()), SLOT(importScript())); connect(ui->ghnsButton, SIGNAL(clicked(bool)), SLOT(slotGHNSClicked()));