diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index e135f66c9..c02069b28 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -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");