]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.cpp
select items after they have been copied/moved by a drag & drop operation
[dolphin.git] / src / dolphinviewcontainer.cpp
index b2342c3b082537afac8fd03ee476b820cc962eed..9f61360d73a3db98b5305c92a2d08ae2c10ee186 100644 (file)
@@ -402,6 +402,10 @@ void DolphinViewContainer::restoreView(const KUrl& url)
             const QString browser = config.readEntry("BrowserApplication");
             if (!browser.isEmpty()) {
                 app = browser;
+                if (app.startsWith('!')) {
+                    // a literal command has been configured, remove the '!' prefix
+                    app = app.mid(1);
+                }
             }
         } else {
             showErrorMessage(i18nc("@info:status",