diff options
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r-- | apps/tagtree.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index 3b13df06ab..8c7f7a2e5d 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -1169,6 +1169,12 @@ static int retrieve_entries(struct tree_context *c, int offset, bool init) if (total_count++ < offset) continue; + if ( strcmp(tcs.result , UNTAGGED ) == 0) + { + tcs.result_len = strlcpy(tcs.result, + str(LANG_TAGNAVI_UNTAGGED), TAG_MAXLEN )+1; + } + dptr->newtable = NAVIBROWSE; if (tag == tag_title || tag == tag_filename) { |