From 23dabbf5e9ff9fa51e0973b06f5f09bd9ceee25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Tue, 9 Jun 2015 14:15:24 +0700 Subject: [PATCH] (XMB) Rename icon directory to xmb --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index cdfbfe4722..b1647b1e65 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1839,7 +1839,7 @@ static void xmb_context_reset(void) return; fill_pathname_join(mediapath, settings->assets_directory, - "lakka", sizeof(mediapath)); + "xmb", sizeof(mediapath)); fill_pathname_join(themepath, mediapath, XMB_THEME, sizeof(themepath)); fill_pathname_join(iconpath, themepath, xmb->icon.dir, sizeof(iconpath)); fill_pathname_slash(iconpath, sizeof(iconpath));