Refresh data on "Back", allow configuration of View + border
[jvcard.git] / src / be / nikiroo / jvcard / tui / panes / FileList.java
index 7065aaf679a6a0290c1ec7de401a716dd7a736bf..376aae9feb503e7c8c492fa3c5d3ca2c2fa74c90 100644 (file)
@@ -211,6 +211,10 @@ public class FileList extends MainContentList {
 
        @Override
        public String wakeup() throws IOException {
+               String s = super.wakeup();
+               if (s != null)
+                       return s;
+
                if (merger != null) {
                        if (!merger.mergeTargetFile.exists()) {
                                throw new IOException("Merge cancelled");