diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-13 05:19:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-13 05:19:09 +0800 |
commit | fb0dddb43d9b8a502c6c32dc10e6e485f35bec74 (patch) | |
tree | 6d383af13550c8d65432b4c60930838c486f3ced /calendar/gui/e-cal-model-tasks.c | |
parent | 3d04ce4dc1317b22b7dab59dbf9232aa31408d3f (diff) | |
download | gsoc2013-evolution-fb0dddb43d9b8a502c6c32dc10e6e485f35bec74.tar.gz 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/e-cal-model-tasks.c')
-rw-r--r-- | calendar/gui/e-cal-model-tasks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-model-tasks.c b/calendar/gui/e-cal-model-tasks.c index 1d04bf8bee..2251ec7f88 100644 --- a/calendar/gui/e-cal-model-tasks.c +++ b/calendar/gui/e-cal-model-tasks.c @@ -545,7 +545,6 @@ show_geo_warning (void) dialog = gtk_message_dialog_new (NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, _("The geographical position must be entered " "in the format: \n\n45.436845,125.862501")); - gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); gtk_widget_show (dialog); } |