Make layer switching more robust
[gpl/argeo-suite.git] / org.argeo.app.ui / src / org / argeo / app / ui / library / DocumentsUiService.java
index 6cbe4aee4ade15f0e92b59cfac6f3ab1afc47542..55a5a94d3a31fa0b90c529b9c25460c7284a9957 100644 (file)
@@ -254,7 +254,7 @@ public class DocumentsUiService {
                                }
                        }
                } catch (Exception e) {
-                       CmsFeedback.show("Cannot import files to " + currFolderPath,e);
+                       CmsFeedback.error("Cannot import files to " + currFolderPath,e);
                }
                return false;
        }