do not display sr rememebers in remember config dialog

This commit is contained in:
Mike Blumenkrantz 2017-02-10 17:23:44 -05:00
parent 964640d9ae
commit e7f9500bae
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ _fill_remembers(E_Config_Dialog_Data *cfdata)
if ((rem->name) && (!strcmp(rem->name, "E"))) continue;
/* Filter out the module config remembers */
if ((rem->class) && (rem->class[0] == '_')) continue;
if (rem->apply & E_REMEMBER_APPLY_UUID) continue;
if (rem->name)
e_widget_ilist_append(cfdata->list, NULL, rem->name, NULL, rem, NULL);