Merge branch 'dev' into alert-after-splash

This commit is contained in:
Hombre
2018-02-26 17:37:23 +01:00
8 changed files with 20 additions and 22 deletions

View File

@@ -425,6 +425,8 @@ void ClutComboBox::setSelectedClut( Glib::ustring filename )
if ( found ) {
set_active( found );
} else {
set_active(-1);
}
}
}