aboutsummaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/treemodel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/treemodel.cc b/gui/treemodel.cc
index 97cc8883..e300c74d 100644
--- a/gui/treemodel.cc
+++ b/gui/treemodel.cc
@@ -135,7 +135,7 @@ void IdStringList::updateElements(Context *ctx, std::vector<IdString> elements)
}
// Same string.
- return true;
+ return false;
});
}