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/gui/dialogs/e-delegate-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') 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 v1.2.3