13 lines
593 B
Plaintext
13 lines
593 B
Plaintext
$OpenBSD: patch-daemon_gvfsftpdircache_c,v 1.2 2010/04/22 20:27:05 ajacoutot Exp $
|
|
--- daemon/gvfsftpdircache.c.orig Mon Feb 22 10:57:39 2010
|
|
+++ daemon/gvfsftpdircache.c Thu Apr 22 21:56:56 2010
|
|
@@ -595,7 +595,7 @@ g_vfs_ftp_dir_cache_funcs_process (GInputStream *
|
|
type == 'l' ? G_FILE_TYPE_SYMBOLIC_LINK :
|
|
G_FILE_TYPE_DIRECTORY);
|
|
|
|
- if (unix)
|
|
+ if (is_unix)
|
|
g_file_info_set_is_hidden (info, result.fe_fnlen > 0 &&
|
|
result.fe_fname[0] == '.');
|
|
|