This trivial patch fixed it for me:

--- old-ion3/mod_statusbar/statusbar.c  2006-03-03 23:27:11.000000000-0500
+++ new-ion3/mod_statusbar/statusbar.c  2006-03-03 23:29:28.000000000-0500
@@ -935,6 +955,7 @@

     for(sb=statusbars; sb!=NULL; sb=sb->sb_next){
         extl_table_seti_o(t, i, (Obj*)sb);
+        i++;
     }

     return t;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to