[gtk+/gtk-3-16] GtkMessageDialog: Minor documentation update
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-16] GtkMessageDialog: Minor documentation update
- Date: Mon, 27 Apr 2015 17:27:31 +0000 (UTC)
commit 8cd76cdd08ccb28219b541f636a4a41c9af0e5b8
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Apr 17 10:10:58 2015 -0500
GtkMessageDialog: Minor documentation update
Icons went away in 3.12
https://bugzilla.gnome.org/show_bug.cgi?id=748061
gtk/gtkenums.h | 2 +-
gtk/gtkmessagedialog.c | 8 +++-----
2 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 6322f12..c8dc5b5 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -270,7 +270,7 @@ typedef enum
* @GTK_MESSAGE_WARNING: Non-fatal warning message
* @GTK_MESSAGE_QUESTION: Question requiring a choice
* @GTK_MESSAGE_ERROR: Fatal error message
- * @GTK_MESSAGE_OTHER: None of the above, doesn’t get an icon
+ * @GTK_MESSAGE_OTHER: None of the above
*
* The type of message being displayed in the dialog.
*/
diff --git a/gtk/gtkmessagedialog.c b/gtk/gtkmessagedialog.c
index 653f3fd..f20674a 100644
--- a/gtk/gtkmessagedialog.c
+++ b/gtk/gtkmessagedialog.c
@@ -580,9 +580,8 @@ gtk_message_dialog_get_property (GObject *object,
* @message_format: (allow-none): printf()-style format string, or %NULL
* @...: arguments for @message_format
*
- * Creates a new message dialog, which is a simple dialog with an icon
- * indicating the dialog type (error, warning, etc.) and some text the
- * user may want to see. When the user clicks a button a “response”
+ * Creates a new message dialog, which is a simple dialog with some text
+ * the user may want to see. When the user clicks a button a “response”
* signal is emitted with response IDs from #GtkResponseType. See
* #GtkDialog for more details.
*
@@ -642,8 +641,7 @@ gtk_message_dialog_new (GtkWindow *parent,
* @message_format: (allow-none): printf()-style format string, or %NULL
* @...: arguments for @message_format
*
- * Creates a new message dialog, which is a simple dialog with an icon
- * indicating the dialog type (error, warning, etc.) and some text which
+ * Creates a new message dialog, which is a simple dialog with some text that
* is marked up with the [Pango text markup language][PangoMarkupFormat].
* When the user clicks a button a “response” signal is emitted with
* response IDs from #GtkResponseType. See #GtkDialog for more details.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]