summaryrefslogtreecommitdiff
path: root/clients/tui/newt/nmt-newt-checkbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/newt/nmt-newt-checkbox.c')
-rw-r--r--clients/tui/newt/nmt-newt-checkbox.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/clients/tui/newt/nmt-newt-checkbox.c b/clients/tui/newt/nmt-newt-checkbox.c
index 9e67dbd2f5..1a1cdfa654 100644
--- a/clients/tui/newt/nmt-newt-checkbox.c
+++ b/clients/tui/newt/nmt-newt-checkbox.c
@@ -195,19 +195,19 @@ nmt_newt_checkbox_class_init(NmtNewtCheckboxClass *checkbox_class)
component_class->build_component = nmt_newt_checkbox_build_component;
/**
- * NmtNewtCheckbox:label:
- *
- * The checkbox's label
- */
+ * NmtNewtCheckbox:label:
+ *
+ * The checkbox's label
+ */
g_object_class_install_property(
object_class,
PROP_LABEL,
g_param_spec_string("label", "", "", NULL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
/**
- * NmtNewtCheckbox:active:
- *
- * The checkbox's checked state
- */
+ * NmtNewtCheckbox:active:
+ *
+ * The checkbox's checked state
+ */
g_object_class_install_property(
object_class,
PROP_ACTIVE,