[evolution-mapi] Bug #648175 - Crash in folder_size_actions_update_cb
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] Bug #648175 - Crash in folder_size_actions_update_cb
- Date: Tue, 19 Apr 2011 06:52:54 +0000 (UTC)
commit 5e0df18a2f0785cbe7f89b20f55acf542fbab259
Author: Milan Crha <mcrha redhat com>
Date: Tue Apr 19 08:52:31 2011 +0200
Bug #648175 - Crash in folder_size_actions_update_cb
.../exchange-mapi-account-settings.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-mapi-account-settings.c b/src/account-setup-eplugin/exchange-mapi-account-settings.c
index afa60e9..57117b0 100644
--- a/src/account-setup-eplugin/exchange-mapi-account-settings.c
+++ b/src/account-setup-eplugin/exchange-mapi-account-settings.c
@@ -316,7 +316,7 @@ folder_size_actions_update_cb (EShellView *shell_view, GtkActionEntry *entries)
if (g_str_has_prefix (folder_uri, "mapi://")) {
show_menu_entry = TRUE;
url = camel_url_new (folder_uri, NULL);
- if (url && *url->path && strlen (url->path) > 1)
+ if (url && url->path && strlen (url->path) > 1)
show_menu_entry = FALSE;
camel_url_free (url);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]