]> Pileus Git - ~andy/gtk/commit
Fix #68938.
authorFederico Mena Quintero <federico@ximian.com>
Tue, 3 Feb 2004 19:46:43 +0000 (19:46 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Tue, 3 Feb 2004 19:46:43 +0000 (19:46 +0000)
commitd08dd112ccda04400cdb19360903971525c24706
tree121e980c836f7c706343d8a7904a09804a801159
parent35efc9ba05a4f75936b434c4db934aaaa327be6d
Fix #68938.

2004-02-03  Federico Mena Quintero  <federico@ximian.com>

Fix #68938.

* gtk/gtkdialog.c (GtkDialogPrivate): New private structure for
GtkDialog; right now it only contains an ignore_separator field.
(gtk_dialog_class_init): Register the private structure.
(gtk_dialog_init): Initialize the priv->ignore_separator field.
(_gtk_dialog_set_ignore_separator): New private function.
(gtk_dialog_set_has_separator): Ignore the setting if appropriate.

* gtk/gtkmessagedialog.c (gtk_message_dialog_class_init): Add a
use_separator style property.
(gtk_message_dialog_style_set): Change the dialog's separator
based on the style property.
(gtk_message_dialog_init): Set the dialog box to ignore the
separator setting.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkdialog.c
gtk/gtkdialog.h
gtk/gtkmessagedialog.c