fixed pager index drawing

This commit is contained in:
Anselm R. Garbe 2006-01-18 18:55:15 +02:00
parent 33c9c936fb
commit 1c281c415b

View File

@ -142,7 +142,7 @@ draw_pager_layout(Layout *l, Draw * d)
static void
draw_pager_page(Page * p, Draw * d)
{
unsigned int idx = 0;
unsigned int idx = 1;
char name[4];
initial_rect = d->rect;
Page *page;