diff --git a/e_mod_main.c b/e_mod_main.c index 764f9f5..9d33010 100644 --- a/e_mod_main.c +++ b/e_mod_main.c @@ -31,7 +31,7 @@ Config *forecasts_config = NULL; /* Define Gadcon Class */ static const E_Gadcon_Client_Class _gadcon_class = { GADCON_CLIENT_CLASS_VERSION, - "forecasts", {_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon, _gc_id_new, NULL}, + "forecasts", {_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon, _gc_id_new, NULL, NULL}, E_GADCON_CLIENT_STYLE_PLAIN };