Clear from cache - for selected thumbnails (issue 386)

This commit is contained in:
michael
2011-02-05 08:04:11 -05:00
parent 93fa7e25ae
commit 3711a6df5e
7 changed files with 65 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ class FileCatalog : public Gtk::VBox,
void deleteRequested (std::vector<FileBrowserEntry*> tbe, bool inclBatchProcessed);
void developRequested (std::vector<FileBrowserEntry*> tbe);
void renameRequested (std::vector<FileBrowserEntry*> tbe);
void clearFromCacheRequested(std::vector<FileBrowserEntry*> tbe, bool leavenotrace);
void selectionChanged (std::vector<Thumbnail*> tbe);
void emptyTrash ();
bool trashIsEmpty ();