glocalfileinfo: Mark the lost+found dir as hidden again

The lost+found dir isn't detected as hidden currently. This is regression
caused by the commit 728ad64b. Let's change the code a bit to be sure that
the lost+found dir is marked as hidden again.
This commit is contained in:
Ondrej Holy
2023-03-06 13:06:47 +01:00
parent e75ba524fd
commit 43066d6960
2 changed files with 4 additions and 7 deletions

View File

@@ -1929,7 +1929,7 @@ _g_local_file_has_trash_dir (const char *dirname, dev_t dir_dev)
return res;
}
#ifdef G_OS_UNIX
#ifndef G_OS_WIN32
gboolean
_g_local_file_is_lost_found_dir (const char *path, dev_t path_dev)
{