[Xfce4-commits] <thunar-shares-plugin:master> Typo
Daniel Morales
noreply at xfce.org
Tue Jan 26 05:44:01 CET 2010
Updating branch refs/heads/master
to 3295a94affb1214343362ed42cc05c02dd2b7781 (commit)
from 60ce225154142c2fc0a62b11ee9f43a53c04dc88 (commit)
commit 3295a94affb1214343362ed42cc05c02dd2b7781
Author: Daniel Morales <daniel at daniel.com.uy>
Date: Tue Jan 26 02:42:30 2010 -0200
Typo
libshares/shares.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libshares/shares.c b/libshares/shares.c
index f4b46a7..e5d2836 100644
--- a/libshares/shares.c
+++ b/libshares/shares.c
@@ -732,7 +732,7 @@ add_share (ShareInfo *info, GError **error)
net_success = net_usershare_run (argc, argv, &key_file, &real_error);
- if (info->is_writable) g_free (argv[5]);
+ if (!info->is_writable) g_free (argv[5]);
if (!net_success)
{
More information about the Xfce4-commits
mailing list