[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdemultimedia/noatun/app
From:       Stefan Gehn <mETz81 () web ! de>
Date:       2007-02-23 0:05:43
Message-ID: 1172189143.994779.4361.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 636398 by metz:

debug--;


 M  +8 -8      pluginmodule.cpp  


--- trunk/KDE/kdemultimedia/noatun/app/pluginmodule.cpp #636397:636398
@@ -64,8 +64,8 @@
 {
 	if (val != mPluginEnabled)
 	{
-		kDebug(66666) << k_funcinfo <<
-			"Plugin " << mPluginName << " is now " << (val ? "enabled" : "disabled") << endl;
+		/*kDebug(66666) << k_funcinfo <<
+			"Plugin " << mPluginName << " is now " << (val ? "enabled" : "disabled") << endl;*/
 		mPluginEnabled = val;
 		repaint();
 	}
@@ -257,8 +257,8 @@
 		if (!pli)
 			return;
 
-		kDebug(66666) << k_funcinfo << "toggling enabled state of plugin " <<
-				pli->pluginName() << "." << endl;
+		/*kDebug(66666) << k_funcinfo << "toggling enabled state of plugin " <<
+			pli->pluginName() << "." << endl;*/
 
 		pli->setPluginEnabled(!pli->pluginEnabled());
 		emit changed(true);
@@ -268,14 +268,14 @@
 
 void PluginSelectorPage::slotDeselectPlugin(Plugin *p)
 {
-	kDebug(66666) << k_funcinfo << p->pluginName() << endl;
+	//kDebug(66666) << k_funcinfo << p->pluginName() << endl;
 	updateSelectionFor(p->pluginName(), p->pluginInterfaces(), false);
 }
 
 
 void PluginSelectorPage::slotSelectPlugin(Plugin *p)
 {
-	kDebug(66666) << k_funcinfo << p->pluginName() << endl;
+	//kDebug(66666) << k_funcinfo << p->pluginName() << endl;
 	updateSelectionFor(p->pluginName(), p->pluginInterfaces(), true);
 }
 
@@ -349,7 +349,7 @@
 
 void PluginSelectorPage::load()
 {
-	kDebug(66666) << k_funcinfo << endl;
+	//kDebug(66666) << k_funcinfo << endl;
 	mCurrentUI = mNewUI = mCurrentPL = mNewPL = QString::null;
 
 	fillList(mWidget->lvUserinterface, true, mUIDict, "userinterface");
@@ -363,7 +363,7 @@
 
 void PluginSelectorPage::save()
 {
-	kDebug(66666) << k_funcinfo << endl;
+	//kDebug(66666) << k_funcinfo << endl;
 
 	if (!mNewPL.isEmpty() && (mNewPL != mCurrentPL))
 	{
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic