aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mm-bearer-list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-bearer-list.c b/src/mm-bearer-list.c
index 66a90271..24fdac0a 100644
--- a/src/mm-bearer-list.c
+++ b/src/mm-bearer-list.c
@@ -454,9 +454,9 @@ mm_bearer_list_class_init (MMBearerListClass *klass)
g_param_spec_uint (MM_BEARER_LIST_MAX_ACTIVE_BEARERS,
"Max active bearers",
"Maximum number of active bearers the list can handle",
- 1,
+ 0,
G_MAXUINT,
- 1,
+ 0,
G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY);
g_object_class_install_property (object_class, PROP_MAX_ACTIVE_BEARERS, properties[PROP_MAX_ACTIVE_BEARERS]);