updated the imagemap plug-in

--Sven
This commit is contained in:
Sven Neumann
1999-10-24 20:57:17 +00:00
parent 88e0cc3155
commit ecfb8a1210
76 changed files with 2078 additions and 561 deletions

View File

@ -449,14 +449,14 @@ menu_build_mru_items(MRU_t *mru)
}
i = 0;
for (p = mru->list; p; p = p->next, i++)
for (p = mru->list; p; p = p->next, i++) {
insert_item_with_label(_menu.file_menu, position++, (gchar*) p->data,
menu_mru, p->data);
}
insert_separator(_menu.file_menu, position);
_menu.nr_off_mru_items = i + 1;
}
void
menu_select_arrow(void)
{