aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Garcia <agarcia@igalia.com>2009-06-15 21:05:25 +0200
committerAlberto Garcia <agarcia@igalia.com>2009-06-15 21:05:25 +0200
commitc6cd551d37cd4d02e2dea723d19d9c6c8f2ab2e2 (patch)
treea6a471de4a02fb7fcb83934f16b972beb6868d20
parent1d61a613fd38b86d892bb4922d1cdba0bcd494db (diff)
Explain how HildonPickerButton sets the title of its dialog
* 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)
-rw-r--r--ChangeLog8
-rw-r--r--hildon/hildon-picker-button.c3
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e27229..2425076 100644
--- 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
diff --git a/hildon/hildon-picker-button.c b/hildon/hildon-picker-button.c
index dd5d300..a7a03f6 100644
--- a/hildon/hildon-picker-button.c
+++ b/hildon/hildon-picker-button.c
@@ -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