merge with dev

This commit is contained in:
Desmis
2019-06-26 07:37:29 +02:00
18 changed files with 883 additions and 728 deletions

View File

@@ -300,7 +300,7 @@ ClutComboBox::ClutModel::ClutModel(const Glib::ustring &path)
{
m_model = Gtk::TreeStore::create (m_columns);
//set_model (m_model);
count = parseDir(path);
count = path.empty() ? 0 : parseDir(path);
}
int ClutComboBox::ClutModel::parseDir(const Glib::ustring& path)