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 368ef22a3f
commit e1aa99a2dc
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ static const E_Gadcon_Client_Class _gadcon_class =
"moon",
{
_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon
}
},
E_GADCON_CLIENT_STYLE_PLAIN
};
/******************************************************************************/