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

SVN revision: 24500
This commit is contained in:
essiene 2006-08-09 07:47:28 +00:00 committed by essiene
parent 7d06b5a931
commit c2a5b74600
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ Config *net_config = NULL;
/* Define the gadcon class and functions provided by this module */
static const E_Gadcon_Client_Class _gc_class = {
GADCON_CLIENT_CLASS_VERSION,
"net", {_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon}
"net", {_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon},
E_GADCON_CLIENT_STYLE_PLAIN
};
static E_Gadcon_Client *