HildonTouchSelector documentation updates
authorAlberto Garcia <agarcia@igalia.com>
Thu, 10 Sep 2009 13:51:39 +0000 (15:51 +0200)
committerAlberto Garcia <agarcia@igalia.com>
Thu, 10 Sep 2009 13:56:59 +0000 (15:56 +0200)
* hildon/hildon-touch-selector.c
(hildon_touch_selector_class_init):
Documentation updates

Fixes: MB#5103

ChangeLog
hildon/hildon-touch-selector.c

index af33ac4..0f9aaac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-09-10  Alberto Garcia  <agarcia@igalia.com>
 
+       * hildon/hildon-touch-selector.c
+       (hildon_touch_selector_class_init):
+       Documentation updates
+
+       Fixes: MB#5103
+
+2009-09-10  Alberto Garcia  <agarcia@igalia.com>
+
        * hildon/hildon-touch-selector.c:
        Documentation updates
 
index 56d35fc..69c4c3e 100644 (file)
@@ -419,7 +419,8 @@ hildon_touch_selector_class_init (HildonTouchSelectorClass * class)
      *
      * Specifies which UI mode to use in the internal treeviews.  A setting
      * of %HILDON_UI_MODE_NORMAL will cause these tree view to disable selections
-     * and emit row-activated as soon as a row is pressed.  You can use the
+     * and emit row-activated as soon as a row is pressed (unless it is pressed
+     * to drag the pannable area where the treeview is). You can use the
      * method hildon_touch_selector_get_last_activated_row() to get it. When
      * %HILDON_UI_MODE_EDIT is set, selections can be made according to the
      * setting of the mode on GtkTreeSelection.