'everything' fix segv

SVN revision: 48258
This commit is contained in:
Hannes Janetzek 2010-04-23 21:18:23 +00:00
parent 6a858f10db
commit ae9acb0d54
1 changed files with 2 additions and 0 deletions

View File

@ -286,6 +286,8 @@ _tabs_key_down(Tab_View *v, const Ecore_Event_Key *ev)
{
const char *key = ev->key;
if (!v->state || !v->state->cur_plugins) return 0;
if (!strcmp(key, "Next"))
{
_plugin_next(v);