fix: enable config options for actions and aggregator

SVN revision: 49200
This commit is contained in:
Hannes Janetzek 2010-05-25 19:37:53 +00:00
parent 367b87e1cb
commit 5e3e302464
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ _list_select_cb (void *data, Evas_Object *obj)
Plugin_Config *pc = NULL;
Plugin_Page *page = data;
if (sel >= 0 && (pc = eina_list_nth(page->configs, sel)) && pc->plugin)
if (sel >= 0 && (pc = eina_list_nth(page->configs, sel)))
{
e_widget_entry_text_set(page->o_trigger, pc->trigger);
e_widget_disabled_set(page->o_trigger, 0);