mu-server: use orphan, not empty-parent

So we use only one term.
This commit is contained in:
Dirk-Jan C. Binnema 2021-05-01 08:31:25 +03:00
parent cd9871ddfd
commit 38f7075daa
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ add_thread_info (Sexp::List& items, const QueryMatch& qmatch)
if (qmatch.has_flag(QueryMatch::Flags::Last))
info.add_prop( ":last-child", symbol_t());
if (qmatch.has_flag(QueryMatch::Flags::Orphan))
info.add_prop( ":empty-parent", symbol_t());
info.add_prop( ":orphan", symbol_t());
if (qmatch.has_flag(QueryMatch::Flags::Duplicate))
info.add_prop( ":duplicate", symbol_t());
if (qmatch.has_flag(QueryMatch::Flags::HasChild))