From f90b880ce8cf7fd0f716842b4c267fbc8ba972a8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Feb 2010 11:13:16 -0500 Subject: [PATCH] Clarify the docs for gtk_info_bar_set_default_response According to bug 610632 --- gtk/gtkinfobar.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 9de968f7f8..b25df2c493 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -956,6 +956,9 @@ gtk_info_bar_set_response_sensitive (GtkInfoBar *info_bar, * the given response_id as the default widget for the dialog. * Pressing "Enter" normally activates the default widget. * + * Note that this function currently requires @info_bar to + * be added to a widget hierarchy. + * * Since: 2.18 */ void