diff --git a/commands/command_divesite.cpp b/commands/command_divesite.cpp index 9ca9e8e8e..fd706007c 100644 --- a/commands/command_divesite.cpp +++ b/commands/command_divesite.cpp @@ -243,7 +243,7 @@ EditDiveSiteCountry::EditDiveSiteCountry(dive_site *dsIn, const QString &country bool EditDiveSiteCountry::workToBeDone() { - return value != taxonomy_get_country(ds->taxonomy); + return value == taxonomy_get_country(ds->taxonomy); } void EditDiveSiteCountry::redo()