Enlightenment CVS committal

Author  : cobra
Project : e_modules
Module  : taskbar

Dir     : e_modules/taskbar


Modified Files:
        e_mod_main.c 


Log Message:
Did taskbar populate for anyone?  I had trouble with it outside Xnest, quick
fix.

Kevin Brosius <[EMAIL PROTECTED]>

===================================================================
RCS file: /cvs/e/e_modules/taskbar/e_mod_main.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_mod_main.c        4 Sep 2006 02:05:40 -0000       1.17
+++ e_mod_main.c        4 Sep 2006 14:39:12 -0000       1.18
@@ -608,9 +608,14 @@
 _taskbar_icon_add(Taskbar *b, E_Border *bd)
 {
 
-   b->borders = evas_list_append(b->borders, bd);
+  b->borders = evas_list_append(b->borders, bd);
+
+  _taskbar_empty(b);
+  _taskbar_fill(b);
+  /*
    _taskbar_empty_handle(b);
    _taskbar_resize_handle(b);
+  */
 
    _gc_orient(b->inst->gcc);
 }



-------------------------------------------------------------------------
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