From fb0dddb43d9b8a502c6c32dc10e6e485f35bec74 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 12 Jan 2004 21:19:09 +0000 Subject: Revert William McCann's patch of 2003-12-19 until we can get consistent 2004-01-12 JP Rosevear * Revert William McCann's patch of 2003-12-19 until we can get consistent across all of evolution svn path=/trunk/; revision=24177 --- calendar/gui/dialogs/delete-comp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'calendar/gui/dialogs/delete-comp.c') diff --git a/calendar/gui/dialogs/delete-comp.c b/calendar/gui/dialogs/delete-comp.c index 4cfd5d09e6..c4f9e5dc3d 100644 --- a/calendar/gui/dialogs/delete-comp.c +++ b/calendar/gui/dialogs/delete-comp.c @@ -152,7 +152,6 @@ delete_component_dialog (ECalComponent *comp, dialog = gtk_message_dialog_new ((GtkWindow *)gtk_widget_get_toplevel (widget), 0, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, "%s", str); g_free (str); - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); ret = gtk_dialog_run ((GtkDialog *)dialog) == GTK_RESPONSE_YES; gtk_widget_destroy (dialog); -- cgit v1.2.3