SVN_SILENT: hush

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=742850
This commit is contained in:
Aaron J. Seigo 2007-11-29 01:05:16 +00:00
parent 4c582073df
commit d06a97fa73

View File

@ -402,8 +402,7 @@ Applet* Containment::addApplet(const QString& name, const QVariantList& args, ui
applet->setGeometry(QRectF(QPointF((width / 2) - (appletWidth / 2), (height / 2) - (appletHeight / 2)), size));
}
kDebug() << applet->name() << "sizehint:" << applet->sizeHint()
<< "geometry:" << applet->geometry();
//kDebug() << applet->name() << "sizehint:" << applet->sizeHint() << "geometry:" << applet->geometry();
if (delayInit) {
if (containmentType() == DesktopContainment) {
@ -492,7 +491,7 @@ void Containment::setScreen(int screen)
}
}
kDebug() << "setting screen to" << screen << "and we are a" << containmentType();
//kDebug() << "setting screen to" << screen << "and we are a" << containmentType();
QDesktopWidget *desktop = QApplication::desktop();
int numScreens = desktop->numScreens();
if (screen < -1) {