diff options
author | JP Rosevear <jpr@ximian.com> | 2001-08-17 05:06:23 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-08-17 05:06:23 +0800 |
commit | 052416eb6fcb3247d1314cc3f30a987d8c55370a (patch) | |
tree | 05d9169b90e7e0956a64928e338836c02e1a228b /calendar/gui/dialogs | |
parent | 7eceec1f374ff36907df4e1f61a994170f9d1724 (diff) | |
download | gsoc2013-evolution-052416eb6fcb3247d1314cc3f30a987d8c55370a.tar gsoc2013-evolution-052416eb6fcb3247d1314cc3f30a987d8c55370a.tar.gz gsoc2013-evolution-052416eb6fcb3247d1314cc3f30a987d8c55370a.tar.bz2 gsoc2013-evolution-052416eb6fcb3247d1314cc3f30a987d8c55370a.tar.lz gsoc2013-evolution-052416eb6fcb3247d1314cc3f30a987d8c55370a.tar.xz gsoc2013-evolution-052416eb6fcb3247d1314cc3f30a987d8c55370a.tar.zst gsoc2013-evolution-052416eb6fcb3247d1314cc3f30a987d8c55370a.zip |
get the destinations property, not the text property
2001-08-16 JP Rosevear <jpr@ximian.com>
* 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
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/e-delegate-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |