================================================================================
Tue Aug 26 02:00:50 ART 2008
Changes from 0.5.0 to 0.5.1:
Fixed a bug that prevented the use of the GUI when there was no MIKTEX db installed.
(Thanks to Thomas Renkert for pointing it out)

The error dialog was not presented. In the code I actually have changed:
(On gui/guimpm.py, line: 687 use to read:
    helper.error_dlg(...) 
instead of :
    helper.show_error_dlg(...)
================================================================================