43bcd9d Use 250ms interval for installation progress updating

Authored and Committed by vpodzime 11 years ago
    Use 250ms interval for installation progress updating
    
    Using GLib.idle_add for action that repeats means 100% CPU usage. So
    let's use GLib.timeout_add with 250ms interval instead.