Merge branch 'master' into gtk3

This commit is contained in:
Hombre
2016-11-11 23:05:29 +01:00
15 changed files with 1903 additions and 46 deletions

View File

@@ -449,7 +449,7 @@ void ExifPanel::addPressed ()
} else {
tcombo->set_active_text (sel);
if (tcombo->get_active () < 0) {
if (!tcombo->get_active ()) {
tcombo->append (sel);
tcombo->set_active_text (sel);
}