projects
/
openwrt
/
svn-archive
/
feeds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d46cadd
)
fix typo in function name
author
Mirko Vogt
<
[email protected]
>
Tue, 30 Jun 2009 16:22:24 +0000
(16:22 +0000)
committer
Mirko Vogt
<
[email protected]
>
Tue, 30 Jun 2009 16:22:24 +0000
(16:22 +0000)
SVN-Revision: 16637
efl/enlightenment/patches/020-lookup-desktop-icon.patch
patch
|
blob
|
history
diff --git
a/efl/enlightenment/patches/020-lookup-desktop-icon.patch
b/efl/enlightenment/patches/020-lookup-desktop-icon.patch
index bdd2511016a95d0660246fc36c62d2962953a961..fa5f410d89b9c86c7bbfcb183288cad5ba74bf13 100644
(file)
--- 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)