don't segv if clicking on Configure after clicking a header.

(really, headers shouldn't be selectable -- ilist bug?)


SVN revision: 23318
This commit is contained in:
rephorm 2006-06-09 02:40:53 +00:00 committed by rephorm
parent 48d14d39f2
commit 72d4b6b818
1 changed files with 2 additions and 0 deletions

View File

@ -263,6 +263,8 @@ _cb_edit_box(void *data, void *data2)
cfdata = cfd->cfdata;
il = cfdata->il;
s = e_widget_ilist_selected_label_get(il);
if (!s) return;
for (l = ci->boxes; l; l = l->next)
{