set correct list items when picking a category to start settings panel with

SVN revision: 74914
This commit is contained in:
Mike Blumenkrantz 2012-08-06 09:06:52 +00:00
parent f1f44483b6
commit 616c135026
1 changed files with 0 additions and 8 deletions

View File

@ -191,14 +191,6 @@ e_configure_show(E_Container *con, const char *params)
if (!e_widget_toolbar_item_selected_get(eco->cat_list))
e_widget_toolbar_item_select(eco->cat_list, 0);
if (eco->cats)
{
E_Configure_Category *cat;
cat = eco->cats->data;
_e_configure_category_cb(cat, NULL);
}
_e_configure = eco;
}