clear all recent data 98/45398/1
authorSoohye Shin <soohye.shin@samsung.com>
Wed, 5 Aug 2015 14:20:01 +0000 (23:20 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Wed, 5 Aug 2015 14:21:55 +0000 (23:21 +0900)
Change-Id: I5466941f0e3c4c4c16ea6dab433308e27e4d590c
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/data/data_recent.c

index 950b5d2..55c7486 100644 (file)
@@ -441,7 +441,8 @@ static void _select(struct datamgr_item *di)
 
 static void _clear(struct datamgr *dm)
 {
-       /* It should be implemented later */
+       if (!app_contents_recent_clear_all())
+               _ERR("failed to clear all recents");
 }
 
 static struct data_class dclass = {