Update file browser when a document changes path

This is required incase the file is open, as we then want the new path to show the close button.
This commit is contained in:
Allan Odgaard
2013-02-15 15:27:56 +01:00
parent 4c96cb5258
commit fbf76bbd79

View File

@@ -170,8 +170,8 @@ namespace
switch(event)
{
case did_change_modified_status:
[_self updateFileBrowserStatus:nil];
case did_change_path:
[_self updateFileBrowserStatus:nil];
[_self.tabBarView reloadData];
[[_self class] scheduleSessionBackup:nil];
break;