aboutsummaryrefslogtreecommitdiff
path: root/src/bibiman.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bibiman.rs')
-rw-r--r--src/bibiman.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bibiman.rs b/src/bibiman.rs
index 71ac831..87963dc 100644
--- a/src/bibiman.rs
+++ b/src/bibiman.rs
@@ -774,6 +774,7 @@ impl Bibiman {
File::create_new(new_file).unwrap();
self.close_popup();
+ self.update_lists(cfg);
Ok(())
}