mirror of https://github.com/GNOME/gimp.git
parent
8e86bc46f9
commit
401694cf9f
|
@ -210,8 +210,5 @@ is_hidden (const gchar *filename)
|
|||
/* skip files starting with '.' so we don't try to parse
|
||||
* stuff like .DS_Store or other metadata storage files
|
||||
*/
|
||||
if (filename[0] == '.')
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
return (filename[0] == '.');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue