From c6cd551d37cd4d02e2dea723d19d9c6c8f2ab2e2 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Mon, 15 Jun 2009 21:05:25 +0200 Subject: [PATCH] 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) --- ChangeLog | 8 ++++++++ hildon/hildon-picker-button.c | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1e27229..2425076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2009-06-15 Alberto Garcia + * 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 + * 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 -- 1.7.9.5