Warn
Mon Nov 12 19:33:52 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
This commit is contained in:
		| @ -191,6 +191,12 @@ gtk_message_dialog_new (GtkWindow     *parent, | ||||
|   widget = GTK_WIDGET (gtk_type_new (GTK_TYPE_MESSAGE_DIALOG)); | ||||
|   dialog = GTK_DIALOG (widget); | ||||
|  | ||||
|   if (flags & GTK_DIALOG_NO_SEPARATOR) | ||||
|     { | ||||
|       g_warning ("The GTK_DIALOG_NO_SEPARATOR flag cannot be used for GtkMessageDialog"); | ||||
|       flags &= ~GTK_DIALOG_NO_SEPARATOR; | ||||
|     } | ||||
|  | ||||
|   if (message_format) | ||||
|     { | ||||
|       va_start (args, message_format); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Owen Taylor
					Owen Taylor