mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:16:16 +00:00
Compare commits
1 commit
8fbb207879
...
7d34136772
Author | SHA1 | Date | |
---|---|---|---|
|
7d34136772 |
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ EditDiveSiteCountry::EditDiveSiteCountry(dive_site *dsIn, const QString &country
|
||||||
|
|
||||||
bool EditDiveSiteCountry::workToBeDone()
|
bool EditDiveSiteCountry::workToBeDone()
|
||||||
{
|
{
|
||||||
return value != taxonomy_get_country(ds->taxonomy);
|
return value == taxonomy_get_country(ds->taxonomy);
|
||||||
}
|
}
|
||||||
|
|
||||||
void EditDiveSiteCountry::redo()
|
void EditDiveSiteCountry::redo()
|
||||||
|
|
Loading…
Add table
Reference in a new issue