summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/content_panel.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc
index 991080e59..b4b9f13da 100644
--- a/src/wx/content_panel.cc
+++ b/src/wx/content_panel.cc
@@ -342,6 +342,8 @@ void
ContentPanel::set_film (shared_ptr<Film> f)
{
_film = f;
+
+ film_changed (Film::CONTENT);
selection_changed ();
}
@@ -423,7 +425,7 @@ ContentPanel::setup ()
ContentList content = _film->content ();
sort (content.begin(), content.end(), ContentSorter ());
-
+
for (ContentList::iterator i = content.begin(); i != content.end(); ++i) {
int const t = _content->GetItemCount ();
bool const valid = (*i)->paths_valid ();