bugfix: store opacity in remembers like we do in the other remember edd

This commit is contained in:
Mike Blumenkrantz 2014-01-01 15:39:35 -05:00
parent 7824d31942
commit 40e947db15
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ _e_config_edd_init(Eina_Bool old)
E_CONFIG_VAL(D, T, prop.icon_preference, UCHAR);
E_CONFIG_VAL(D, T, prop.desktop_file, STR);
E_CONFIG_VAL(D, T, prop.offer_resistance, UCHAR);
E_CONFIG_VAL(D, T, prop.opacity, UCHAR);
_e_config_color_class_edd = E_CONFIG_DD_NEW("E_Color_Class", E_Color_Class);
#undef T