rename to 'websearch'

SVN revision: 48233
This commit is contained in:
Hannes Janetzek 2010-04-22 20:53:16 +00:00
parent b389f53d6d
commit 4b43552580
4 changed files with 5 additions and 7 deletions

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(evry-gsuggest, 0.0.1, hannes.janetzek@gmail.com)
AC_INIT(evry-websearch, 0.0.1, hannes.janetzek@gmail.com)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.ac)
AC_CANONICAL_BUILD

View File

@ -1,4 +1,4 @@
%define module_name evry-gsuggest
%define module_name evry-websearch
Summary: %{module_name} module for the Enlightenment window manager
Name: e_modules-%{module_name}

View File

@ -1,7 +1,7 @@
[Desktop Entry]
Type=Link
Name=Everything GSuggest
Name=Everything WebSearch
Icon=e-module
Comment=Google suggestions and 'Google for it'(tm) action. Trigger with 'go '.
Comment=Wikipedia, Google suggestions and 'Google for it'(tm) action. <br>Trigger can be configured, default is 'go '.
#Several different types available here. NEED TO DOC THESE.
X-Enlightenment-ModuleType=everything

View File

@ -51,7 +51,7 @@ _server_data(void *data, int ev_type, Ecore_Con_Event_Server_Data *ev)
if (ev->server != p->svr) return 1;
/* printf("%s\n", result); */
EVRY_PLUGIN_ITEMS_FREE(p);
if ((list = strstr(result, "[[\"")))
{
@ -195,8 +195,6 @@ static int
_fetch(Evry_Plugin *plugin, const char *input)
{
PLUGIN(p, plugin);
EVRY_PLUGIN_ITEMS_FREE(p);
if (p->input)
eina_stringshare_del(p->input);