Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        main.c 


Log Message:
fix window class
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/main.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- main.c      12 Apr 2004 02:24:54 -0000      1.27
+++ main.c      18 Apr 2004 16:47:43 -0000      1.28
@@ -239,7 +239,7 @@
             ecore_evas_callback_post_render_set(ee, win_post_render_cb);
             ecore_evas_callback_pre_render_set(ee, win_pre_render_cb);
 
-            ecore_evas_name_class_set(ee, "Entice", "Main");
+            ecore_evas_name_class_set(ee, "Entice", "Entice");
             ecore_evas_title_set(ee, "Entice !!!!");
 
             evas_font_cache_set(ecore_evas_get(ee),




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to