force 1 more msg process too.

SVN revision: 70554
This commit is contained in:
Carsten Haitzler 2012-04-30 11:03:21 +00:00
parent 52a4e76c1d
commit 46aaf99d2c
1 changed files with 1 additions and 0 deletions

View File

@ -601,6 +601,7 @@ _gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style)
edje_object_signal_emit(o, "e,state,seconds,off", "e");
edje_object_part_text_set(o, "e.text.today", todaystr);
edje_object_message_signal_process(o);
evas_object_show(o);
gcc = e_gadcon_client_new(gc, name, id, style, o);