aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-folder-subscription.h
diff options
context:
space:
mode:
authorShakti Sen <shprasad@novell.com>2005-09-30 14:37:42 +0800
committerShakti Prasad Sen <shaktis@src.gnome.org>2005-09-30 14:37:42 +0800
commitd67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d (patch)
tree56b5c19e81447e526cc306d265ebe6a49a54b6cf /plugins/exchange-operations/exchange-folder-subscription.h
parent2384116f8a84c5e327bdf3f5e5c503869b804086 (diff)
downloadgsoc2013-evolution-d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d.tar
gsoc2013-evolution-d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d.tar.gz
gsoc2013-evolution-d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d.tar.bz2
gsoc2013-evolution-d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d.tar.lz
gsoc2013-evolution-d67cc3d9cae4026acc54c04dbfe0f69d7c8cf53d.tar.xz
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.h2
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