mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user