fix listing

This commit is contained in:
Marco Martin 2013-10-30 11:50:47 +01:00
parent 1129c99296
commit e3a6fce753

View File

@ -313,7 +313,7 @@ void WidgetExplorer::setDesktopView(DesktopView *view)
void WidgetExplorer::setApplication(const QString &app)
{
if (d->application == app) {
if (d->application == app && !app.isEmpty()) {
return;
}