[gspell] language-chooser-dialog: do not talk about response IDs



commit 474f74ad34f4961577c03ed2dd81a34bfdf0f9c3
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Nov 20 17:09:16 2015 +0100

    language-chooser-dialog: do not talk about response IDs
    
    It's better to not talk about them at all. gedit still needs to use
    GTK_RESPONSE_HELP because using a positive value puts the button on the
    right side of the dialog, but it's better to have it on the left,
    separated from the other buttons (without an headerbar).

 gspell/gspell-language-chooser-dialog.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/gspell/gspell-language-chooser-dialog.c b/gspell/gspell-language-chooser-dialog.c
index 76c09f9..465de8b 100644
--- a/gspell/gspell-language-chooser-dialog.c
+++ b/gspell/gspell-language-chooser-dialog.c
@@ -37,11 +37,6 @@
  * The application is responsible to destroy the dialog, typically when the
  * #GtkDialog::response signal has been received or gtk_dialog_run() has
  * returned.
- *
- * If you want to add a #GtkResponseType for your application (for example to
- * add an Help button), use a positive value. The response IDs used by
- * #GspellLanguageChooserDialog are an implementation detail and are not exposed
- * in the API.
  */
 
 typedef struct _GspellLanguageChooserDialogPrivate GspellLanguageChooserDialogPrivate;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]