one more duplicate with different case

SVN revision: 80487
This commit is contained in:
Massimo Maiurana 2012-12-07 18:56:27 +00:00
parent 8b9b0646db
commit 43ac76ce22
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ _plugins_init(const Evry_API *api)
evry->plugin_register(p, EVRY_PLUGIN_OBJECT, 1);
_plugins = eina_list_append(_plugins, p);
p = EVRY_PLUGIN_BASE("Open With...", _module_icon, EVRY_TYPE_APP,
p = EVRY_PLUGIN_BASE("Open with...", _module_icon, EVRY_TYPE_APP,
_begin_mime, _finish_mime, _fetch_mime);
p->config_path = eina_stringshare_ref(config_path);
evry->plugin_register(p, EVRY_PLUGIN_ACTION, 1);