Explain how HildonPickerButton sets the title of its dialog
authorAlberto Garcia <agarcia@igalia.com>
Mon, 15 Jun 2009 19:05:25 +0000 (21:05 +0200)
committerAlberto Garcia <agarcia@igalia.com>
Mon, 15 Jun 2009 19:05:25 +0000 (21:05 +0200)
* hildon/hildon-picker-button.c:
Explain how HildonPickerButton sets the title of its dialog

Fixes: MB#4528 (HildonPickerButton docs should mention how to set
the title of its dialog)

ChangeLog
hildon/hildon-picker-button.c

index 1e27229..2425076 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-06-15  Alberto Garcia  <agarcia@igalia.com>
 
+       * hildon/hildon-picker-button.c:
+       Explain how HildonPickerButton sets the title of its dialog
+
+       Fixes: MB#4528 (HildonPickerButton docs should mention how to set
+       the title of its dialog)
+
+2009-06-15  Alberto Garcia  <agarcia@igalia.com>
+
        * hildon/hildon-check-button.c:
        Documentation updates
 
index dd5d300..a7a03f6 100644 (file)
@@ -23,7 +23,8 @@
  * #HildonPickerButton is a widget that lets the user select a particular item from
  * a list. Visually, it's a button with title and value labels that brings up a
  * #HildonPickerDialog. The user can then use this dialog to choose an item, which
- * will be displayed in the value label of the button.
+ * will be displayed in the value label of the button. The title of the dialog is
+ * taken from the button's main label (see hildon_button_get_title()).
  *
  * You should create your own #HildonTouchSelector at convenience and set it
  * to the #HildonPickerButton with hildon_picker_button_set_selector(). For