summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/obex_agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/obex_agent.c b/src/lib/obex_agent.c
index d763318..1325bc8 100644
--- a/src/lib/obex_agent.c
+++ b/src/lib/obex_agent.c
@@ -121,7 +121,7 @@ static void obex_agent_class_init(ObexAgentClass *klass)
}
/* boolean AutoAccept [readwrite, construct only] */
- pspec = g_param_spec_boolean("AutoAccept", "auto_accept", "Automatically accept incoming files", NULL, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
+ pspec = g_param_spec_boolean("AutoAccept", "auto_accept", "Automatically accept incoming files", FALSE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
g_object_class_install_property(gobject_class, PROP_AUTO_ACCPET, pspec);
if (pspec)