infobar: Fix copy&paste error in documentation

Of course you shouldn't call gtk_dialog_response on a GtkInfoBar.
This commit is contained in:
Timm Bäder 2017-01-12 08:37:15 +01:00
parent 58c252d5e6
commit db12128d35

View File

@ -369,7 +369,7 @@ gtk_info_bar_class_init (GtkInfoBarClass *klass)
* @response_id: the response ID
*
* Emitted when an action widget is clicked or the application programmer
* calls gtk_dialog_response(). The @response_id depends on which action
* calls gtk_info_bar_response(). The @response_id depends on which action
* widget was clicked.
*
* Since: 2.18