* grub-core/gfxmenu/circular_progress.c: Set start_angle in degrees

with syntax "XXX deg"/"XXX °".
This commit is contained in:
Vladimir Testov 2013-04-29 15:32:56 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 96f33fed86
commit 3476e0ef42
2 changed files with 25 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-04-29 Vladimir Testov <vladimir.testov@rosalab.ru>
* grub-core/gfxmenu/circular_progress.c: Set start_angle in degrees
with syntax "XXX deg"/"XXX °".
2013-04-29 Vladimir Serbinenko <phcoder@gmail.com>
Make PCI init in i386-qemu port more robust.