From e1aa99a2dcc3c39998c0e9a6e9e6a98874548521 Mon Sep 17 00:00:00 2001 From: essiene Date: Wed, 9 Aug 2006 07:47:28 +0000 Subject: [PATCH] Make non core modules use new view specifying feature. All are set to PLAIN by default SVN revision: 24500 --- src/e_mod_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/e_mod_main.c b/src/e_mod_main.c index c21fd51..c447fef 100644 --- a/src/e_mod_main.c +++ b/src/e_mod_main.c @@ -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 }; /******************************************************************************/