From 294ca271decb4567cb0f4bfa1cbfe2365a7a236d Mon Sep 17 00:00:00 2001 From: Shakti Sen Date: Wed, 24 Aug 2005 10:10:10 +0000 Subject: Getting list of mail-ids instead of a single mail-id. Added support for 2005-08-24 Shakti Sen * exchange-permissions-dialog.c (add_clicked): Getting list of mail-ids instead of a single mail-id. * exchange-user-dialog.[c/h] (e2k_user_dialog_get_user_list): Added support for adding multiple IDs. Fixes bug #313919. svn path=/trunk/; revision=30239 --- plugins/exchange-operations/exchange-user-dialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/exchange-operations/exchange-user-dialog.h') diff --git a/plugins/exchange-operations/exchange-user-dialog.h b/plugins/exchange-operations/exchange-user-dialog.h index b212172b85..cd8059b00f 100644 --- a/plugins/exchange-operations/exchange-user-dialog.h +++ b/plugins/exchange-operations/exchange-user-dialog.h @@ -33,5 +33,6 @@ GtkWidget *e2k_user_dialog_new (GtkWidget *parent_window, const char *label_text, const char *section_name); char *e2k_user_dialog_get_user (E2kUserDialog *dialog); +GList *e2k_user_dialog_get_user_list (E2kUserDialog *dialog); #endif /* __E2K_USER_DIALOG_H__ */ -- cgit v1.2.3