diff --git a/gtk/FilterBar.cc b/gtk/FilterBar.cc index f9d785c0a..5b5372092 100644 --- a/gtk/FilterBar.cc +++ b/gtk/FilterBar.cc @@ -184,7 +184,7 @@ bool tracker_filter_model_update(Glib::RefPtr const& tracker_mod if (auto const count = hosts_hash.find(key); count == hosts_hash.end()) { - hosts_hash.emplace(key, 1); + hosts_hash.emplace(key, 0); hosts.push_back(key); }