Make non core modules use new view specifying feature. All are set to PLAIN by default

SVN revision: 24500
master
essiene 17 years ago committed by essiene
parent 185c08a200
commit aec3feb29b
  1. 3
      e_mod_main.c

@ -59,7 +59,8 @@ static Ecore_Event_Handler *exit_handler;
static const E_Gadcon_Client_Class _gc_class = {
GADCON_CLIENT_CLASS_VERSION,
"mail", {_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon}
"mail", {_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon},
E_GADCON_CLIENT_STYLE_PLAIN
};
static E_Gadcon_Client *

Loading…
Cancel
Save