aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/delete-comp.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-13 05:19:09 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-13 05:19:09 +0800
commitfb0dddb43d9b8a502c6c32dc10e6e485f35bec74 (patch)
tree6d383af13550c8d65432b4c60930838c486f3ced /calendar/gui/dialogs/delete-comp.c
parent3d04ce4dc1317b22b7dab59dbf9232aa31408d3f (diff)
downloadgsoc2013-evolution-fb0dddb43d9b8a502c6c32dc10e6e485f35bec74.tar
gsoc2013-evolution-fb0dddb43d9b8a502c6c32dc10e6e485f35bec74.tar.gz
gsoc2013-evolution-fb0dddb43d9b8a502c6c32dc10e6e485f35bec74.tar.bz2
gsoc2013-evolution-fb0dddb43d9b8a502c6c32dc10e6e485f35bec74.tar.lz
gsoc2013-evolution-fb0dddb43d9b8a502c6c32dc10e6e485f35bec74.tar.xz
gsoc2013-evolution-fb0dddb43d9b8a502c6c32dc10e6e485f35bec74.tar.zst
gsoc2013-evolution-fb0dddb43d9b8a502c6c32dc10e6e485f35bec74.zip
Revert William McCann's patch of 2003-12-19 until we can get consistent
2004-01-12 JP Rosevear <jpr@ximian.com> * Revert William McCann's patch of 2003-12-19 until we can get consistent across all of evolution svn path=/trunk/; revision=24177
Diffstat (limited to 'calendar/gui/dialogs/delete-comp.c')
-rw-r--r--calendar/gui/dialogs/delete-comp.c1
1 files changed, 0 insertions, 1 deletions
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);