From bb08d4fa4f48e783f2f10aef48075d6085823d0b Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Tue, 30 Jun 2009 16:22:24 +0000 Subject: [PATCH] fix typo in function name SVN-Revision: 16637 --- efl/enlightenment/patches/020-lookup-desktop-icon.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efl/enlightenment/patches/020-lookup-desktop-icon.patch b/efl/enlightenment/patches/020-lookup-desktop-icon.patch index bdd2511..fa5f410 100644 --- a/efl/enlightenment/patches/020-lookup-desktop-icon.patch +++ b/efl/enlightenment/patches/020-lookup-desktop-icon.patch @@ -13,7 +13,7 @@ index 644ff04..4e1075a 100644 + else { + const char *icon = efreet_icon_path_find(e_config->icon_theme, + desktop->icon, 32); -+ ic->info.icon = eina_string_share_add(icon); ++ ic->info.icon = eina_stringshare_add(icon); + free(icon); + } if (desktop->url) -- 2.30.2