Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/ibar Modified Files: e_mod_main.c Log Message: Fix Ibar Icon Autoscrolling if Follower is disabled =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.c,v retrieving revision 1.82 retrieving revision 1.83 diff -u -3 -r1.82 -r1.83 --- e_mod_main.c 7 Oct 2005 18:36:54 -0000 1.82 +++ e_mod_main.c 8 Oct 2005 19:27:31 -0000 1.83 @@ -671,7 +671,7 @@ _ibar_icon_new(IBar_Bar *ibb, E_App *a) { IBar_Icon *ic; - char *str; +// char *str; Evas_Object *o; Evas_Coord w, h; @@ -739,12 +739,13 @@ w, h /* max */ ); +/* str = (char *)edje_object_data_get(ic->icon_object, "raise_on_hilight"); if (str) { if (atoi(str) == 1) ic->raise_on_hilight = 1; } - +*/ edje_object_signal_emit(ic->bg_object, "passive", ""); edje_object_signal_emit(ic->overlay_object, "passive", ""); return ic; @@ -1469,12 +1470,13 @@ Evas_Coord x, y, w, h, mw, mh; ibb = data; - if (!ibb->overlay_object) + +/* if (!ibb->overlay_object) { ibb->animator = NULL; return 0; } - +*/ if ((e_gadman_client_edge_get(ibb->gmc) == E_GADMAN_EDGE_BOTTOM) || (e_gadman_client_edge_get(ibb->gmc) == E_GADMAN_EDGE_TOP)) { ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs