not all popupapplets are based on extenders :)

svn path=/trunk/KDE/kdelibs/; revision=894991
This commit is contained in:
Marco Martin 2008-12-09 19:07:21 +00:00
parent 2af3225c26
commit d0e899603c

View File

@ -119,10 +119,10 @@ void PopupAppletPrivate::checkExtenderAppearance(Plasma::FormFactor f)
} else {
extender->setAppearance(Extender::BottomUpStacked);
}
}
if (dialog) {
dialog->setGraphicsWidget(extender);
if (dialog) {
dialog->setGraphicsWidget(extender);
}
}
}