Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibar


Modified Files:
        e_mod_main.c 


Log Message:


ibar patchipoos! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c        2 Jan 2005 02:39:44 -0000       1.6
+++ e_mod_main.c        7 Jan 2005 13:04:47 -0000       1.7
@@ -777,6 +777,8 @@
 _ibar_bar_iconsize_change(IBar_Bar *ibb)
 {
    Evas_List *l;
+
+   _ibar_bar_frame_resize(ibb);
    
    for (l = ibb->icons; l; l = l->next)
      {
@@ -786,7 +788,6 @@
        _ibar_bar_icon_resize(ic);
      }
    _ibar_bar_convert_move_resize_to_config(ibb);
-   _ibar_bar_frame_resize(ibb);
 }
 
 static IBar_Icon *
@@ -922,6 +923,9 @@
    e_box_freeze(ic->ibb->box_object);
    o = ic->icon_object;
    edje_extern_object_min_size_set(o, ic->ibb->ibar->conf->iconsize, 
ic->ibb->ibar->conf->iconsize);
+
+   evas_object_resize(o, ic->ibb->ibar->conf->iconsize, 
ic->ibb->ibar->conf->iconsize);
+
    edje_object_part_swallow(ic->bg_object, "item", o);
    edje_object_size_min_calc(ic->bg_object, &bw, &bh);
 
@@ -1486,6 +1490,7 @@
    IBar_Bar *ibb;
 
    ibb = data;
+
    evas_object_resize(o, w, h);
    evas_object_resize(ibb->event_object, w, h);
 }




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to