After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 310443 - GtkMessageDialogs Should Not Have Titles
GtkMessageDialogs Should Not Have Titles
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.7.x
Other Linux
: Normal normal
: Small feature
Assigned To: gtk-bugs
gtk-bugs
: 323316 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-07-15 06:47 UTC by Dennis Cranston
Modified: 2006-05-08 21:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
small patch to fix it (1.04 KB, patch)
2005-07-15 19:21 UTC, Carlos Garnacho
none Details | Review
Proposed patch (1.86 KB, patch)
2005-12-30 05:13 UTC, Dennis Cranston
none Details | Review

Description Dennis Cranston 2005-07-15 06:47:46 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
Comment 1 Carlos Garnacho 2005-07-15 19:21:02 UTC
Created attachment 49259 [details] [review]
small patch to fix it
Comment 2 Carlos Garnacho 2005-07-15 19:22:18 UTC
oops, forgot to add PATCH keyword, sorry for the spam
Comment 3 Dennis Cranston 2005-12-30 05:13:13 UTC
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.
Comment 4 Matthias Clasen 2005-12-30 05:37:55 UTC
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)

Comment 5 Jaap A. Haitsma 2006-05-08 21:39:33 UTC
*** Bug 323316 has been marked as a duplicate of this bug. ***