aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-folder-subscription.c
diff options
context:
space:
mode:
authorShakti Sen <shprasad@novell.com>2005-07-14 15:00:51 +0800
committerShakti Prasad Sen <shaktis@src.gnome.org>2005-07-14 15:00:51 +0800
commita714a01aeb70692229f0994d1530b6c9dadd1f29 (patch)
treec658ec060514a0bbc0b47f540290176ce499b3d3 /plugins/exchange-operations/exchange-folder-subscription.c
parentbfa2e64242c672435866d4226c944770f3d10446 (diff)
downloadgsoc2013-evolution-a714a01aeb70692229f0994d1530b6c9dadd1f29.tar
gsoc2013-evolution-a714a01aeb70692229f0994d1530b6c9dadd1f29.tar.gz
gsoc2013-evolution-a714a01aeb70692229f0994d1530b6c9dadd1f29.tar.bz2
gsoc2013-evolution-a714a01aeb70692229f0994d1530b6c9dadd1f29.tar.lz
gsoc2013-evolution-a714a01aeb70692229f0994d1530b6c9dadd1f29.tar.xz
gsoc2013-evolution-a714a01aeb70692229f0994d1530b6c9dadd1f29.tar.zst
gsoc2013-evolution-a714a01aeb70692229f0994d1530b6c9dadd1f29.zip
Checked for if the exchange account exist/configured. Replaced all the
2005-07-13 Shakti Sen <shprasad@novell.com> * exchange-operations.c: Checked for if the exchange account exist/configured. * exchange-folder-permission.c: Replaced all the occurences of function exchange_config_listener_get_accounts() with exchange_operations_get_exchange_account() and returns if it doesn't exist. Also took care to avoid some compile time warnings. * exchange-folder.c: Same. Also took care to avoid some compile time warnings. * exchange-folder-subscription.c: Included exchange-folder-subscription.h file to avoid compilation warning. Fixes bug #310233. svn path=/trunk/; revision=29768
Diffstat (limited to 'plugins/exchange-operations/exchange-folder-subscription.c')
-rw-r--r--plugins/exchange-operations/exchange-folder-subscription.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/exchange-operations/exchange-folder-subscription.c b/plugins/exchange-operations/exchange-folder-subscription.c
index c54e292ccc..1c61df0fa2 100644
--- a/plugins/exchange-operations/exchange-folder-subscription.c
+++ b/plugins/exchange-operations/exchange-folder-subscription.c
@@ -35,6 +35,7 @@
#include <libedataserver/e-xml-hash-utils.h>
#include <libedataserverui/e-name-selector.h>
#include "exchange-config-listener.h"
+#include "exchange-folder-subscription.h"
static void
@@ -167,7 +168,6 @@ create_folder_subscription_dialog (gchar *mail_account, gchar **user_email_addre
EDestinationStore *destination_store;
GList *destinations;
EDestination *destination;
- gchar *temp;
glade_xml = glade_xml_new (CONNECTOR_GLADEDIR "/e-foreign-folder-dialog.glade",