From e3a6fce753a53ef73d2c7239087b88eb2e0f16a8 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 30 Oct 2013 11:50:47 +0100 Subject: [PATCH] fix listing --- src/shell/widgetexplorer/widgetexplorer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/widgetexplorer/widgetexplorer.cpp b/src/shell/widgetexplorer/widgetexplorer.cpp index 86716edb6..a00317577 100644 --- a/src/shell/widgetexplorer/widgetexplorer.cpp +++ b/src/shell/widgetexplorer/widgetexplorer.cpp @@ -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; }