From: Mirko Vogt Date: Tue, 30 Jun 2009 16:22:24 +0000 (+0000) Subject: fix typo in function name X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bb08d4fa4f48e783f2f10aef48075d6085823d0b;p=openwrt%2Fsvn-archive%2Ffeeds.git fix typo in function name SVN-Revision: 16637 --- 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)