From 7652b7495730d95babc4d7c94886d12c29e7a2c7 Mon Sep 17 00:00:00 2001 From: Ahmed Sarfraaz Date: Wed, 3 Aug 2005 05:56:48 +0000 Subject: Fix for build break svn path=/trunk/; revision=29960 --- plugins/exchange-operations/ChangeLog | 4 ++++ plugins/exchange-operations/exchange-folder.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'plugins/exchange-operations') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 79443617e1..30001c4433 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,7 @@ +2005-08-03 Sarfraaz Ahmed + + * exchange-folder.c : Fixed a build break. A typo. + 2005-08-02 Shakti Sen * Makefile.am: Included 'calendar' in INCLUDES and some .la in diff --git a/plugins/exchange-operations/exchange-folder.c b/plugins/exchange-operations/exchange-folder.c index 016d6bccfa..0419744f59 100644 --- a/plugins/exchange-operations/exchange-folder.c +++ b/plugins/exchange-operations/exchange-folder.c @@ -178,7 +178,7 @@ org_gnome_exchange_check_subscribed (EPlugin *ep, ECalPopupTargetSource *target) source = e_source_selector_peek_primary_selection (E_SOURCE_SELECTOR (target->selector)); group = e_source_peek_group (source); base_uri = e_source_group_peek_base_uri (group); - if (!basu_uri || strcmp (base_uri, "exchange://")) + if (!base_uri || strcmp (base_uri, "exchange://")) return; ruri = (gchar *) e_source_peek_relative_uri (source); @@ -414,7 +414,7 @@ org_gnome_exchange_folder_subscription (EPlugin *ep, EMMenuTargetSelect *target) return; case EXCHANGE_ACCOUNT_FOLDER_UNKNOWN_TYPE: e_error_run (NULL, ERROR_DOMAIN ":folder-unknown-type", NULL); - return; + return; case EXCHANGE_ACCOUNT_FOLDER_PERMISSION_DENIED: e_error_run (NULL, ERROR_DOMAIN ":folder-perm-error", NULL); return; -- cgit v1.2.3