diff options
author | Shakti Sen <shprasad@novell.com> | 2005-09-30 14:37:42 +0800 |
---|---|---|
committer | Shakti Prasad Sen <shaktis@src.gnome.org> | 2005-09-30 14:37:42 +0800 |
commit | d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d (patch) | |
tree | 56b5c19e81447e526cc306d265ebe6a49a54b6cf /plugins/exchange-operations/exchange-folder-subscription.h | |
parent | 2384116f8a84c5e327bdf3f5e5c503869b804086 (diff) | |
download | gsoc2013-evolution-d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d.tar.gz gsoc2013-evolution-d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d.tar.zst gsoc2013-evolution-d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d.zip |
Sets the corresponding 'Folder name'. (create_folder_subscription_dialog):
2005-09-30 Shakti Sen <shprasad@novell.com>
* 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
Diffstat (limited to 'plugins/exchange-operations/exchange-folder-subscription.h')
-rw-r--r-- | plugins/exchange-operations/exchange-folder-subscription.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |