summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/user_share.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user_share.c b/src/user_share.c
index 35e4a27..53ceec1 100644
--- a/src/user_share.c
+++ b/src/user_share.c
@@ -346,7 +346,7 @@ file_sharing_enabled_changed (GSettings *settings, gchar *key, gpointer data)
http_down ();
disabled_timeout_tag = g_timeout_add_seconds (3,
(GSourceFunc)disabled_timeout_callback,
- client);
+ settings);
}
}