Added File Browser and Filmstrip toolbar button to show only non-deleted images, patch from Adam Reichold, issue 2178

This commit is contained in:
DrSlony
2015-06-08 17:05:38 +02:00
parent ed5219cc15
commit a30af5e91a
8 changed files with 242 additions and 25 deletions

View File

@@ -443,6 +443,9 @@ void FileBrowser::addEntry_ (FileBrowserEntry* entry) {
initEntry (entry);
}
redraw ();
// newly added item might have been already trashed in a previous session
trash_changed().emit();
}
FileBrowserEntry* FileBrowser::delEntry (const Glib::ustring& fname) {