GNOME Bugzilla – Bug 310443
GtkMessageDialogs Should Not Have Titles
Last modified: 2006-05-08 21:39:33 UTC
The GNOME HIG states that alert dialogs should not have titles, so GtkMessageDialog should not display "Question", "Error", or "Warning". Please reference the GNOME HIG... http://developer.gnome.org/projects/gup/hig/2.0/windows-alert.html
Created attachment 49259 [details] [review] small patch to fix it
oops, forgot to add PATCH keyword, sorry for the spam
Created attachment 56535 [details] [review] Proposed patch 2005-12-29 Dennis Cranston <dennis_cranston@yahoo.com> * gtk/gtkmessagedialog.c: (gtk_message_dialog_init), (setup_type): Alert dialogs should not have titles and should not be displayed in the taskbar. Based on patch by Carlos Garnacho Parro. Fixes bug #314403.
2005-12-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmessagedialog.c (gtk_message_dialog_init): (setup_type): Alert dialogs should not have titles and should not be displayed in the taskbar. (#310443, Carlos Garnacho Parro, Dennis Cranston)
*** Bug 323316 has been marked as a duplicate of this bug. ***