Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        embrace.c 


Log Message:
fixed window class and title
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/embrace.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- embrace.c   17 Apr 2004 15:05:49 -0000      1.8
+++ embrace.c   18 Apr 2004 16:36:46 -0000      1.9
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace.c,v 1.8 2004/04/17 15:05:49 tsauerbeck Exp $
+ * $Id: embrace.c,v 1.9 2004/04/18 16:36:46 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -497,8 +497,8 @@
        if (!(e->gui.ee = ecore_evas_software_x11_new (NULL, 0, 0, 0, 0, 0)))
                return false;
 
-       ecore_evas_name_class_set (e->gui.ee, PACKAGE, PACKAGE);
-       ecore_evas_title_set (e->gui.ee, PACKAGE);
+       ecore_evas_title_set (e->gui.ee, "Embrace");
+       ecore_evas_name_class_set (e->gui.ee, "embrace", "Embrace");
        ecore_evas_borderless_set (e->gui.ee, true);
 
        e->gui.evas = ecore_evas_get (e->gui.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