Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/ibox Modified Files: e_mod_main.c Log Message: Edjes now use 'edj' as the filename extension =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibox/e_mod_main.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_mod_main.c 12 Jan 2005 14:59:36 -0000 1.2 +++ e_mod_main.c 22 Mar 2005 19:30:45 -0000 1.3 @@ -755,8 +755,8 @@ evas_object_intercept_move_callback_add(o, _ibox_cb_intercept_icon_move, ic); evas_object_intercept_resize_callback_add(o, _ibox_cb_intercept_icon_resize, ic); edje_object_file_set(o, - /* FIXME: "default.eet" needs to come from conf */ - e_path_find(path_themes, "default.eet"), + /* FIXME: "default.edj" needs to come from conf */ + e_path_find(path_themes, "default.edj"), "modules/ibar/icon"); edje_object_signal_emit(o, "set_orientation", _ibox_main_orientation[ibb->ibox->conf->edge]); edje_object_message_signal_process(o); @@ -776,8 +776,8 @@ evas_object_intercept_move_callback_add(o, _ibox_cb_intercept_icon_move, ic); evas_object_intercept_resize_callback_add(o, _ibox_cb_intercept_icon_resize, ic); edje_object_file_set(o, - /* FIXME: "default.eet" needs to come from conf */ - e_path_find(path_themes, "default.eet"), + /* FIXME: "default.edj" needs to come from conf */ + e_path_find(path_themes, "default.edj"), "modules/ibar/icon_overlay"); edje_object_signal_emit(o, "set_orientation", _ibox_main_orientation[ibb->ibox->conf->edge]); edje_object_message_signal_process(o); @@ -1041,8 +1041,8 @@ o = edje_object_add(ibb->evas); ibb->box_object = o; edje_object_file_set(o, - /* FIXME: "default.eet" needs to come from conf */ - e_path_find(path_themes, "default.eet"), + /* FIXME: "default.edj" needs to come from conf */ + e_path_find(path_themes, "default.edj"), "modules/ibar/main"); edje_object_signal_emit(o, "set_orientation", _ibox_main_orientation[ibb->ibox->conf->edge]); edje_object_message_signal_process(o); @@ -1059,8 +1059,8 @@ ibb->overlay_object = o; evas_object_layer_set(o, 1); edje_object_file_set(o, - /* FIXME: "default.eet" needs to come from conf */ - e_path_find(path_themes, "default.eet"), + /* FIXME: "default.edj" needs to come from conf */ + e_path_find(path_themes, "default.edj"), "modules/ibar/follower"); edje_object_signal_emit(o, "set_orientation", _ibox_main_orientation[ibb->ibox->conf->edge]); edje_object_message_signal_process(o); ------------------------------------------------------- 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