aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.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/calendar-component.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/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 611ddce664..bca72bea9c 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -357,7 +357,6 @@ delete_calendar_cb (GtkWidget *widget, CalendarComponent *comp)
GTK_BUTTONS_YES_NO,
_("Calendar '%s' will be removed. Are you sure you want to continue?"),
e_source_peek_name (selected_source));
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_YES) {
if (e_source_selector_source_is_selected (E_SOURCE_SELECTOR (priv->source_selector),
selected_source))
@@ -766,7 +765,6 @@ setup_create_ecal (CalendarComponent *calendar_component)
GTK_MESSAGE_WARNING, GTK_BUTTONS_OK,
_("Unable to open the calendar '%s' for creating events and meetings"),
e_source_peek_name (source));
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);
@@ -778,7 +776,6 @@ setup_create_ecal (CalendarComponent *calendar_component)
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL,
GTK_MESSAGE_WARNING, GTK_BUTTONS_OK,
_("There is no calendar available for creating events and meetings"));
- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);