ocarina: Set label text after filtering

Set it to the current number of visible songs.
This commit is contained in:
Bryan Schumaker 2011-11-13 12:22:02 -05:00
parent b36def4c08
commit 364b3a7c65
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ void SongList::refilter()
freeze();
gtk_tree_model_filter_refilter(GTK_TREE_MODEL_FILTER(filter));
thaw();
set_label_text();
}