aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/calendar-setup.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-21 14:15:29 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-21 14:15:29 +0800
commitd2fdb0f30c4567f389ce6509c7f0410d443a64f6 (patch)
treee027c9de1099d804c0dd8603353ba4762218def0 /calendar/gui/dialogs/calendar-setup.c
parentce34605741e3522a875ba2449ed752a9eb7df601 (diff)
downloadgsoc2013-evolution-d2fdb0f30c4567f389ce6509c7f0410d443a64f6.tar
gsoc2013-evolution-d2fdb0f30c4567f389ce6509c7f0410d443a64f6.tar.gz
gsoc2013-evolution-d2fdb0f30c4567f389ce6509c7f0410d443a64f6.tar.bz2
gsoc2013-evolution-d2fdb0f30c4567f389ce6509c7f0410d443a64f6.tar.lz
gsoc2013-evolution-d2fdb0f30c4567f389ce6509c7f0410d443a64f6.tar.xz
gsoc2013-evolution-d2fdb0f30c4567f389ce6509c7f0410d443a64f6.tar.zst
gsoc2013-evolution-d2fdb0f30c4567f389ce6509c7f0410d443a64f6.zip
just use the convienence function for the default gconf client (fixes
2004-01-21 JP Rosevear <jpr@ximian.com> * gui/dialogs/calendar-setup.c (calendar_setup_new_calendar): just use the convienence function for the default gconf client (fixes leak) (calendar_setup_new_task_list): ditto (new_task_list_finish): we don't support task uri's svn path=/trunk/; revision=24346
Diffstat (limited to 'calendar/gui/dialogs/calendar-setup.c')
-rw-r--r--calendar/gui/dialogs/calendar-setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/calendar-setup.c b/calendar/gui/dialogs/calendar-setup.c
index cf48fcd32c..91c821b34c 100644
--- a/calendar/gui/dialogs/calendar-setup.c
+++ b/calendar/gui/dialogs/calendar-setup.c
@@ -643,8 +643,7 @@ new_task_list_finish (SourceDialog *source_dialog)
{
source_dialog->source =
create_new_source_with_group (GTK_WINDOW (source_dialog->window), source_dialog->source_group,
- gtk_entry_get_text (GTK_ENTRY (source_dialog->name_entry)),
- gtk_entry_get_text (GTK_ENTRY (source_dialog->uri_entry)));
+ gtk_entry_get_text (GTK_ENTRY (source_dialog->name_entry)), NULL);
dialog_to_source (source_dialog);
gtk_widget_destroy (source_dialog->window);