2006-09-06 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
authorMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 6 Sep 2006 12:38:19 +0000 (12:38 +0000)
committerMichael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
Wed, 6 Sep 2006 12:38:19 +0000 (12:38 +0000)
* hildon-widgets/hildon-font-selection-dialog.c: Adding a comment
about the new property introduced. Once we have property documentation
we need to mark it with a "Since: 0.14.1" keyword ("font-scaling").

ChangeLog
hildon-widgets/hildon-font-selection-dialog.c

index 8f6152c..1b77813 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
 
+       * hildon-widgets/hildon-font-selection-dialog.c: Adding a comment
+       about the new property introduced. Once we have property documentation
+       we need to mark it with a "Since: 0.14.1" keyword ("font-scaling").
+
+2006-09-06  Michael Dominic Kostrzewa  <michael.kostrzewa@nokia.com> 
+
        * Makefile.am:
        * configure.ac: Removing the unit tests (ut/outo) from the build
        system. They're introducing an additionall dependency and need to be
index ea5f9d6..f50d312 100644 (file)
@@ -702,6 +702,9 @@ hildon_font_selection_dialog_class_init(HildonFontSelectionDialogClass *
                                   -1, 1, 0,
                                   G_PARAM_READWRITE));
 
+  /* FIXME This was introduced in 0.14.1. We don't have documentation for 
+   * properties anyways, but once it's there it needs to be marked as 
+   * Since: 0.14.1 */
   g_object_class_install_property(gobject_class, PROP_FONT_SCALING,
                                   g_param_spec_double ("font-scaling",
                                   "Font scaling",