fix typo in function name
authorMirko Vogt <mirko@openwrt.org>
Tue, 30 Jun 2009 16:22:24 +0000 (16:22 +0000)
committerMirko Vogt <mirko@openwrt.org>
Tue, 30 Jun 2009 16:22:24 +0000 (16:22 +0000)
SVN-Revision: 16637

efl/enlightenment/patches/020-lookup-desktop-icon.patch

index bdd2511016a95d0660246fc36c62d2962953a961..fa5f410d89b9c86c7bbfcb183288cad5ba74bf13 100644 (file)
@@ -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)