e17/clock: remove default gcc menu. only show one menu on right click

SVN revision: 60812
This commit is contained in:
Hannes Janetzek 2011-06-29 12:06:55 +00:00
parent f5fb0b38ed
commit 5710f961d7
1 changed files with 0 additions and 2 deletions

View File

@ -473,8 +473,6 @@ _gc_init(E_Gadcon *gc, const char *name, const char *id, const char *style)
_clock_cb_mouse_down,
inst);
e_gadcon_client_util_menu_attach(gcc);
clock_instances = eina_list_append(clock_instances, inst);
return gcc;
}