Enlightenment CVS committal

Author  : essiene
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_main.c 


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

===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- e_mod_main.c        18 Jul 2006 00:01:12 -0000      1.59
+++ e_mod_main.c        9 Aug 2006 07:47:28 -0000       1.60
@@ -66,7 +66,8 @@
 /* Define the gadcon class */
 static const E_Gadcon_Client_Class _gc_class = {
   GADCON_CLIENT_CLASS_VERSION,
-  "screenshot", {_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon}
+  "screenshot", {_gc_init, _gc_shutdown, _gc_orient, _gc_label, _gc_icon},
+  E_GADCON_CLIENT_STYLE_PLAIN
 };
 
 static E_Gadcon_Client *



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to