Add sections' names.
[tweakr] / libmaemo-tweaks-section / maemo-tweaks-section.h
index d1c05b3..1fe1509 100644 (file)
@@ -36,6 +36,7 @@ struct _MaemoTweaksSection
 
     /* The widget that the section populates (usually a vbox */
     GtkWidget *widget;
+    const gchar *name;
 };
 
 struct _MaemoTweaksSectionClass