From b17f0338578344ff44f5d9369b7f2124afd387b3 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 1 Dec 2010 16:33:34 +0100 Subject: [PATCH] app-chooser-button: add a note in the docs --- gtk/gtkappchooserbutton.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkappchooserbutton.c b/gtk/gtkappchooserbutton.c index d9cf438b05..11f73be8de 100644 --- a/gtk/gtkappchooserbutton.c +++ b/gtk/gtkappchooserbutton.c @@ -708,6 +708,8 @@ gtk_app_chooser_button_append_custom_item (GtkAppChooserButton *self, * * Selects a custom item previously added with * gtk_app_chooser_button_append_custom_item(). + * Use gtk_app_chooser_refresh() to bring the selection to its initial + * state. * * Since: 3.0 */