As explained by raster,
The mw,mh in the battery module source calculates a ratio and not a
specific size. Therefore, a min value needs to be set. Otherwise it
tries to do it all by itself and screws everything up.
He was too lazy/busy to fix it so here it is!
1 whole glorious line.
Toma.
--- default_battery.edc	2008-04-21 20:23:11.000000000 +0800
+++ battery_fixed.edc	2008-04-21 20:23:37.000000000 +0800
@@ -15,6 +15,7 @@
 group {
    name: "e/modules/battery/main";
    max:  128 128;
+   min:  1   1;
    script {
     public message(Msg_Type:type, id, ...) {
        if ((type == MSG_FLOAT) && (id == 1)) {
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to