Enlightenment CVS committal Author : atmosphere Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/client Modified Files: entrance_user.c entrance_x_session.c Log Message: upgrade these defined part names too =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_user.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- entrance_user.c 8 Dec 2004 16:53:07 -0000 1.12 +++ entrance_user.c 8 Dec 2004 18:32:03 -0000 1.13 @@ -107,17 +107,17 @@ if ((w > 0) && (h > 0)) evas_object_resize(result, w, h); - if (edje_object_part_exists(o, "EntranceUserIcon")) + if (edje_object_part_exists(o, "entrance.user.icon")) { if ((avatar = _entrance_user_icon_load(edje, e->icon))) { entrance_smart_avatar_set(result, avatar); - edje_object_part_swallow(o, "EntranceUserIcon", avatar); + edje_object_part_swallow(o, "entrance.user.icon", avatar); } } - if (edje_object_part_exists(o, "EntranceUserName")) + if (edje_object_part_exists(o, "entrance.user.name")) { - edje_object_part_text_set(o, "EntranceUserName", e->name); + edje_object_part_text_set(o, "entrance.user.name", e->name); } /** * FIXME: perhaps go so far as to do Gecos type stuff =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_x_session.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- entrance_x_session.c 8 Dec 2004 16:53:07 -0000 1.7 +++ entrance_x_session.c 8 Dec 2004 18:32:03 -0000 1.8 @@ -106,17 +106,17 @@ else evas_object_resize(result, 150, 50); - if (edje_object_part_exists(edje, "EntranceSessionIcon")) + if (edje_object_part_exists(edje, "entrance.xsession.icon")) { if ((avatar = entrance_x_session_icon_load(o, e->icon))) { entrance_smart_avatar_set(result, avatar); - edje_object_part_swallow(edje, "EntranceSessionIcon", avatar); + edje_object_part_swallow(edje, "entrance.xsession.icon", avatar); } } - if (edje_object_part_exists(edje, "EntranceSessionTitle")) + if (edje_object_part_exists(edje, "entrance.xsession.title")) { - edje_object_part_text_set(edje, "EntranceSessionTitle", e->name); + edje_object_part_text_set(edje, "entrance.xsession.title", e->name); } edje_object_signal_callback_add(edje, "entrance,xsession,selected", "", session_item_selected_cb, ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs