forked from len0rd/rockbox
Set list_need_reinit to false somewhere too.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22652 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2eb1cb6f82
commit
649b50cba1
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ static void list_init_viewports(struct gui_synclist *list)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
list_need_reinit = false;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#define list_init_viewports(a)
|
#define list_init_viewports(a)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue