Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit/src


Modified Files:
        elicit.c 


Log Message:
set a window class
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/elicit/src/elicit.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- elicit.c    7 Mar 2004 03:05:34 -0000       1.12
+++ elicit.c    25 Apr 2004 16:25:50 -0000      1.13
@@ -42,6 +42,8 @@
     printf("ERROR: can't create a software X11 Ecore_Evas.\n");
     return 1;
   }
+  ecore_evas_title_set(el->ee, "Elicit");
+  ecore_evas_name_class_set(el->ee, "Elicit", "Elicit");
 
   edje_init();
   edje_frametime_set(1.0 / 60.0);




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to