From 052416eb6fcb3247d1314cc3f30a987d8c55370a Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 16 Aug 2001 21:06:23 +0000 Subject: get the destinations property, not the text property 2001-08-16 JP Rosevear * gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_get_delegate_name): get the destinations property, not the text property svn path=/trunk/; revision=12126 --- calendar/ChangeLog | 6 ++++++ calendar/gui/dialogs/e-delegate-dialog.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c40f527b6b..8869af3bcc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2001-08-16 JP Rosevear + + * gui/dialogs/e-delegate-dialog.c + (e_delegate_dialog_get_delegate_name): get the destinations + property, not the text property + 2001-08-16 Federico Mena Quintero * gui/dialogs/alarm-page.c (clear_widgets): Set the default-to-add diff --git a/calendar/gui/dialogs/e-delegate-dialog.c b/calendar/gui/dialogs/e-delegate-dialog.c index 1a245d0d32..93c3e773d7 100644 --- a/calendar/gui/dialogs/e-delegate-dialog.c +++ b/calendar/gui/dialogs/e-delegate-dialog.c @@ -310,7 +310,7 @@ e_delegate_dialog_get_delegate_name (EDelegateDialog *edd) priv = edd->priv; - bonobo_widget_get_property (BONOBO_WIDGET (priv->entry), "text", &string, NULL); + bonobo_widget_get_property (BONOBO_WIDGET (priv->entry), "destinations", &string, NULL); destv = e_destination_importv (string); g_message ("importv: [%s]", string); -- cgit