Fix an embarrassing crash on directory change
This commit is contained in:
parent
2b8350eceb
commit
09547184c3
|
@ -639,6 +639,7 @@ void
|
||||||
fastiv_browser_load(FastivBrowser *self, const char *path)
|
fastiv_browser_load(FastivBrowser *self, const char *path)
|
||||||
{
|
{
|
||||||
g_array_set_size(self->entries, 0);
|
g_array_set_size(self->entries, 0);
|
||||||
|
g_array_set_size(self->layouted_rows, 0);
|
||||||
|
|
||||||
// TODO(p): Use opendir(), in order to get file type directly.
|
// TODO(p): Use opendir(), in order to get file type directly.
|
||||||
GDir *dir = g_dir_open(path, 0, NULL);
|
GDir *dir = g_dir_open(path, 0, NULL);
|
||||||
|
|
Loading…
Reference in New Issue