send version edje signal to ssd theme

allow enabling new theme features based on version
This commit is contained in:
Mike Blumenkrantz 2017-06-16 14:59:42 -04:00
parent b58e380b19
commit bc175b0d7b
1 changed files with 1 additions and 1 deletions

View File

@ -3447,7 +3447,7 @@ e_comp_object_frame_theme_set(Evas_Object *obj, const char *name)
if (ok)
{
cw->frame_object = o;
edje_object_signal_emit(o, "e,titlebar,nograb", "e");
edje_object_signal_emit(o, "e,version,22", "e");
eina_stringshare_del(cw->frame_theme);
cw->frame_theme = theme;
evas_object_name_set(o, "cw->frame_object");