mi-info: fix type

It is 'Notebook' and not 'NoteBook'.
This commit is contained in:
Stefan Sauer 2013-09-09 18:36:47 +02:00
parent d70da55d3b
commit e427932626

View file

@ -831,7 +831,7 @@ public class MediaInfo.Info : Box
// helpers
private void clear_notebook (NoteBook nb) {
private void clear_notebook (Notebook nb) {
while (nb.get_n_pages() > 0) {
nb.remove_page (-1);
}