Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

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


Modified Files:
        e_mod_main.c 


Log Message:
Actually add the application properly via the dialog.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -3 -r1.139 -r1.140
--- e_mod_main.c        3 Sep 2006 07:40:44 -0000       1.139
+++ e_mod_main.c        3 Sep 2006 13:16:14 -0000       1.140
@@ -843,14 +843,14 @@
    
    b = data;
    a = e_app_new(path, 0);
-   ic = _ibar_icon_new(b, a);
-   b->icons = evas_list_append(b->icons, ic);
-   e_box_pack_end(b->o_box, ic->o_holder);
+   if (a)
+      e_app_list_append(a, b->apps);
    _ibar_empty_handle(b);
    _ibar_resize_handle(b);
-
+   _gc_orient(b->inst->gcc);
    return 1;
 }
+
 
 static void
 _ibar_cb_menu_add(void *data, E_Menu *m, E_Menu_Item *mi)



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to