Merge branch 'master' into gtk3
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user