From 520d7194c4837f288733b29fa69f9cdde524fe38 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 19 Aug 2002 19:33:05 +0000 Subject: Get the "addresses" property of the select names control rather than * e-shell-shared-folder-picker-dialog.c (show_dialog): Get the "addresses" property of the select names control rather than "text", so we get the email address too. #28953 svn path=/trunk/; revision=17804 --- shell/e-shell-shared-folder-picker-dialog.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'shell/e-shell-shared-folder-picker-dialog.c') diff --git a/shell/e-shell-shared-folder-picker-dialog.c b/shell/e-shell-shared-folder-picker-dialog.c index 9141348aca..e0ebf07345 100644 --- a/shell/e-shell-shared-folder-picker-dialog.c +++ b/shell/e-shell-shared-folder-picker-dialog.c @@ -233,16 +233,13 @@ show_dialog (EShell *shell, EShellView *parent, char **user_email_address_return, char **storage_name_return, - char **folder_name_return/*, - char **mailbox_name_return*/) + char **folder_name_return) { GladeXML *glade_xml; GtkWidget *dialog; GtkWidget *name_selector_widget; GtkWidget *folder_name_entry; int button_num; - /* GNOME_Evolution_Addressbook_SimpleCardList *simple_card_list;*/ - glade_xml = glade_xml_new (EVOLUTION_GLADEDIR "/e-shell-shared-folder-picker-dialog.glade", NULL); @@ -269,7 +266,7 @@ show_dialog (EShell *shell, } bonobo_widget_get_property (BONOBO_WIDGET (name_selector_widget), - "text", user_email_address_return, + "addresses", user_email_address_return, NULL); folder_name_entry = glade_xml_get_widget (glade_xml, "folder-name-entry"); -- cgit v1.2.3