When opening an empty folder, file browser shows image count from previous non-empty folder, Issue 606

This commit is contained in:
Ingo
2015-05-17 20:40:57 +02:00
parent dc7929f7cb
commit 64426f7822
4 changed files with 10 additions and 2 deletions

View File

@@ -259,6 +259,7 @@ class FileCatalog : public Gtk::VBox,
void showToolBar();
void hideToolBar();
void filterApplied();
#ifndef _WIN32
void on_dir_changed (const Glib::RefPtr<Gio::File>& file, const Glib::RefPtr<Gio::File>& other_file, Gio::FileMonitorEvent event_type, bool internal);