From d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d Mon Sep 17 00:00:00 2001 From: Shakti Sen Date: Fri, 30 Sep 2005 06:37:42 +0000 Subject: Sets the corresponding 'Folder name'. (create_folder_subscription_dialog): 2005-09-30 Shakti Sen * exchange-folder-subscription.c (setup_folder_name_combo): Sets the corresponding 'Folder name'. (create_folder_subscription_dialog): Sets the cursor to User's entry text field. * exchange-folder-subscription.h: Added one more argument to function create_folder_subscription_dialog() to set the window title. * exchange-folder.c (org_gnome_exchange_inbox_subscription), (org_gnome_exchange_addressbook_subscription), (org_gnome_exchange_calendar_subscription), (org_gnome_exchange_tasks_subscription): Added newly. * org-gnome-exchange-operations.eplug.in: Changed the activate callback function names so that it can show appropriate window title. Fixes bug #317019, #317023. svn path=/trunk/; revision=30426 --- plugins/exchange-operations/exchange-folder-subscription.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/exchange-operations/exchange-folder-subscription.h') diff --git a/plugins/exchange-operations/exchange-folder-subscription.h b/plugins/exchange-operations/exchange-folder-subscription.h index af53799c65..470bc988de 100644 --- a/plugins/exchange-operations/exchange-folder-subscription.h +++ b/plugins/exchange-operations/exchange-folder-subscription.h @@ -2,6 +2,6 @@ #define __EXCHANGE_FOLDER_SUBSCRIPTION_H__ gboolean -create_folder_subscription_dialog (gchar *mail_account, gchar **user_email_address_ret, gchar **folder_name_ret); +create_folder_subscription_dialog (gchar *mail_account, gchar *fname, gchar **user_email_address_ret, gchar **folder_name_ret); #endif -- cgit v1.2.3