Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        embrace.c 


Log Message:
the default extension for Edje files is 'edj' now
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/embrace.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- embrace.c   6 Feb 2005 20:06:57 -0000       1.23
+++ embrace.c   22 Mar 2005 19:45:16 -0000      1.24
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace.c,v 1.23 2005/02/06 20:06:57 tsauerbeck Exp $
+ * $Id: embrace.c,v 1.24 2005/03/22 19:45:16 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -302,13 +302,13 @@
        assert (name);
 
        snprintf (eet, sizeof (eet),
-                        "%s/.e/apps/" PACKAGE "/themes/%s.eet",
+                        "%s/.e/apps/" PACKAGE "/themes/%s.edj",
                         getenv ("HOME"), name);
 
        if (!stat (eet, &st))
                return eet;
 
-       snprintf (eet, sizeof (eet), DATA_DIR "/themes/%s.eet", name);
+       snprintf (eet, sizeof (eet), DATA_DIR "/themes/%s.edj", name);
 
        return stat(eet, &st) ? NULL : eet;
 }




-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to