Set config dialog for match (was missing and causing segfaults in the

Over section of Styles).



SVN revision: 49169
This commit is contained in:
Christopher Michael 2010-05-23 23:17:26 +00:00
parent b7036e67ae
commit 1142455822
1 changed files with 2 additions and 1 deletions

View File

@ -159,6 +159,7 @@ _create_data(E_Config_Dialog *cfd)
{
m2 = E_NEW(Match_Config, 1);
_match_dup(m, m2);
m2->cfd = cfd;
cfdata->match.overrides = eina_list_append(cfdata->match.overrides, m2);
}
@ -531,7 +532,7 @@ _edit_ok(void *d1, void *d2)
m->match.argb = m->argb;
m->match.fullscreen = m->fullscreen;
m->match.modal = m->modal;
il = m->cfd->cfdata->edit_il;
n = e_widget_ilist_selected_get(il);
e_widget_ilist_nth_label_set(il, n, _match_label_get(m));