Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_main.c 


Log Message:
.edj ify engage
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_mod_main.c        15 Mar 2005 18:28:35 -0000      1.28
+++ e_mod_main.c        22 Mar 2005 20:07:31 -0000      1.29
@@ -460,7 +460,7 @@
    evas_event_freeze(eb->evas);
    o = edje_object_add(eb->evas);
    eb->bar_object = o;
-   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.eet", "main");
+   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.edj", "main");
    evas_object_show(o);
 
    o = evas_object_rectangle_add(eb->evas);
@@ -683,7 +683,7 @@
    ic->bg_object = o;
    evas_object_intercept_move_callback_add(o, _engage_icon_cb_intercept_move, 
ic);
    evas_object_intercept_resize_callback_add(o, 
_engage_icon_cb_intercept_resize, ic);
-   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.eet", "icon");
+   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.edj", "icon");
    evas_object_show(o);
 
    o = edje_object_add(eb->evas);
@@ -697,7 +697,7 @@
 
    o = edje_object_add(eb->evas);
    ic->overlay_object = o;
-   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.eet", 
+   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.edj", 
         "icon_overlay");
    evas_object_show(o);
 
@@ -785,7 +785,7 @@
    evas_object_intercept_resize_callback_add(o, 
_engage_app_icon_cb_intercept_resize, ai);
    evas_object_intercept_show_callback_add(o, 
_engage_app_icon_cb_intercept_show, ai);
    evas_object_intercept_hide_callback_add(o, 
_engage_app_icon_cb_intercept_hide, ai);
-   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.eet", "icon");
+   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.edj", "icon");
 
    o = edje_object_add(ic->eb->evas);
    ai->icon_object = o;
@@ -795,7 +795,7 @@
 
    o = edje_object_add(ic->eb->evas);
    ai->overlay_object = o;
-   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.eet", 
+   edje_object_file_set(o, PACKAGE_DATA_DIR "/themes/module.edj", 
         "icon_overlay");
 
    evas_object_raise(ai->event_object);




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