No need to check type if we only register to one event.

SVN revision: 32858
This commit is contained in:
Sebastian Dransfeld 2007-11-24 12:42:54 +00:00
parent 378da822f8
commit 5d0dfc3e0f
1 changed files with 0 additions and 1 deletions

View File

@ -510,7 +510,6 @@ _e_configure_module_update_cb(void *data, int type, void *event)
E_Configure *eco;
int sel = 0;
if (type != E_EVENT_MODULE_UPDATE) return 1;
eco = data;
if (!eco) return 1;
sel = e_widget_ilist_selected_get(eco->cat_list);