Add sections' names.
[tweakr] / modules / maemo-tweaks-mce.c
index 47b70b1..4435b4b 100644 (file)
@@ -328,6 +328,7 @@ maemo_tweaks_mce_section_init (MaemoTweaksMceSection *section)
     section->value_changed = FALSE;
 
     iface = MAEMO_TWEAKS_SECTION (section);
+    iface->name = "Mce";
     iface->widget = gtk_vbox_new (FALSE, 0);
     gtk_box_pack_start (GTK_BOX (iface->widget), section->short_power_key,
                         TRUE, TRUE, 0);