summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/tagcache/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/tagcache/tagcache.c b/apps/plugins/tagcache/tagcache.c
index f86c10d3dd..55ca2e2695 100644
--- a/apps/plugins/tagcache/tagcache.c
+++ b/apps/plugins/tagcache/tagcache.c
@@ -545,7 +545,7 @@ static void thread(void)
545 short x, y; 545 short x, y;
546 static int prev_y; 546 static int prev_y;
547 547
548 action = action_get_touchscreen_press(&x, &y); 548 action = rb->action_get_touchscreen_press(&x, &y);
549 549
550 if(action & BUTTON_REL) 550 if(action & BUTTON_REL)
551 prev_y = 0; 551 prev_y = 0;