2008-11-27 Claudio Saavedra <csaavedra@igalia.com>
authorClaudio Saavedra <csaavedra@igalia.com>
Thu, 27 Nov 2008 19:06:11 +0000 (19:06 +0000)
committerClaudio Saavedra <csaavedra@igalia.com>
Thu, 27 Nov 2008 19:06:11 +0000 (19:06 +0000)
* src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
Minor doc. fixes.

ChangeLog
src/hildon-touch-selector.c

index d282d75..bbc60bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-27  Claudio Saavedra  <csaavedra@igalia.com>
+
+       * src/hildon-touch-selector.c: (hildon_touch_selector_class_init):
+       Minor doc. fixes.
+
 2008-11-27  Alejandro Pinheiro  <apinheiro@igalia.com>
 
        * src/hildon-time-selector.c: (_custom_print_func), (_create_ampm_model)
index 1da0c89..99db678 100644 (file)
@@ -231,10 +231,10 @@ hildon_touch_selector_class_init (HildonTouchSelectorClass * class)
   /* signals */
   /**
    * HildonTouchSelector::changed:
-   * @column: the concrete column being modified
    * @widget: the object which received the signal
+   * @column: the concrete column being modified
    *
-   * The changed signal is emitted when the active item on any column is changed.
+   * The ::changed signal is emitted when the active item on any column is changed.
    * This can be due to the user selecting a different item from the list, or
    * due to a call to hildon_touch_selector_select_iter() on one of the columns.
    *