mi-info: fix type
It is 'Notebook' and not 'NoteBook'.
This commit is contained in:
parent
d70da55d3b
commit
e427932626
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user