Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : enotes

Dir     : misc/enotes/src


Modified Files:
        controlcentre.c controlcentre.h note.c 


Log Message:
edj ify enotes
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/controlcentre.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- controlcentre.c     27 Nov 2004 22:48:01 -0000      1.19
+++ controlcentre.c     23 Mar 2005 10:41:42 -0000      1.20
@@ -297,7 +297,7 @@
        if (!controlcentre)return;
 
        edjefn = malloc(PATH_MAX);
-       snprintf(edjefn, PATH_MAX, PACKAGE_DATA_DIR "/themes/%s.eet", 
main_config->theme);
+       snprintf(edjefn, PATH_MAX, PACKAGE_DATA_DIR "/themes/%s.edj", 
main_config->theme);
        edje_object_file_set(controlcentre->edje, edjefn, CC_PART);
        free(edjefn);
 
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/controlcentre.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- controlcentre.h     6 Oct 2004 17:12:34 -0000       1.10
+++ controlcentre.h     23 Mar 2005 10:41:43 -0000      1.11
@@ -37,7 +37,7 @@
 
 /* Part */
 #define CC_PART "ControlCenter"
-#define CC_EDJE "%s/themes/%s.eet"
+#define CC_EDJE "%s/themes/%s.edj"
 
 /* Callbacks */
 #define EDJE_SIGNAL_CC_CLOSE "ENOTES_QUIT"
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/note.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- note.c      22 Mar 2005 16:51:14 -0000      1.43
+++ note.c      23 Mar 2005 10:41:43 -0000      1.44
@@ -227,7 +227,7 @@
        /* Setup the Edje */
        p->edje = edje_object_add(p->evas);
        snprintf(edjefn,
-                PATH_MAX, PACKAGE_DATA_DIR "/themes/%s.eet", 
main_config->theme);
+                PATH_MAX, PACKAGE_DATA_DIR "/themes/%s.edj", 
main_config->theme);
        edje_object_file_set(p->edje, edjefn, NOTE_PART);
        evas_object_name_set(p->edje, "edje");
        evas_object_move(p->edje, 0, 0);
@@ -622,7 +622,7 @@
        char           *edjefn = malloc(PATH_MAX);
 
        snprintf(edjefn,
-                PATH_MAX, PACKAGE_DATA_DIR "/themes/%s.eet", 
main_config->theme);
+                PATH_MAX, PACKAGE_DATA_DIR "/themes/%s.edj", 
main_config->theme);
 
        working = get_cycle_begin();
        if (working != NULL) {




-------------------------------------------------------
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