summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index ea2a756a46..d2e27a3e58 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -1452,7 +1452,7 @@ static int retrieve_entries(struct tree_context *c, int offset, bool init)
1452#else 1452#else
1453 true 1453 true
1454#endif 1454#endif
1455 , 0); 1455 , 0, 0, 0);
1456 1456
1457 if (c->currtable == ALLSUBENTRIES) 1457 if (c->currtable == ALLSUBENTRIES)
1458 { 1458 {
@@ -1676,7 +1676,7 @@ entry_skip_formatter:
1676 1676
1677 if (init) 1677 if (init)
1678 { 1678 {
1679 if (!show_search_progress(false, total_count)) 1679 if (!show_search_progress(false, total_count, 0, 0))
1680 { /* user aborted */ 1680 { /* user aborted */
1681 tagcache_search_finish(&tcs); 1681 tagcache_search_finish(&tcs);
1682 tree_unlock_cache(c); 1682 tree_unlock_cache(c);
@@ -1710,7 +1710,7 @@ entry_skip_formatter:
1710 1710
1711 while (tagcache_get_next(&tcs, tcs_buf, tcs_bufsz)) 1711 while (tagcache_get_next(&tcs, tcs_buf, tcs_bufsz))
1712 { 1712 {
1713 if (!show_search_progress(false, total_count)) 1713 if (!show_search_progress(false, total_count, 0, 0))
1714 break; 1714 break;
1715 total_count++; 1715 total_count++;
1716 } 1716 }
@@ -2229,7 +2229,7 @@ static bool tagtree_insert_selection(int position, bool queue,
2229#else 2229#else
2230 true 2230 true
2231#endif 2231#endif
2232 , 0); 2232 , 0, 0, 0);
2233 2233
2234 newtable = tagtree_get_entry(tc, tc->selected_item)->newtable; 2234 newtable = tagtree_get_entry(tc, tc->selected_item)->newtable;
2235 2235