use space as trigger for text input

SVN revision: 48284
This commit is contained in:
Hannes Janetzek 2010-04-24 16:32:25 +00:00
parent 31594bfade
commit 61bcbb73f7
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ evry_plug_text_init(void)
p1->icon = "accessories-text-editor";
p2->icon = "accessories-text-editor";
p1->trigger = ".";
p2->trigger = ".";
p1->trigger = " ";
p2->trigger = " ";
evry_plugin_register(p1, 999);
evry_plugin_register(p2, 999);