diff options
Diffstat (limited to 'gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch')
-rw-r--r-- | gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch b/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch deleted file mode 100644 index 74a127c97c5e..000000000000 --- a/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch +++ /dev/null @@ -1,21 +0,0 @@ -From ed3fb164eb20364498d8a619671328c024068bfe Mon Sep 17 00:00:00 2001 -From: Milan Crha <mcrha@redhat.com> -Date: Fri, 30 Apr 2010 14:24:45 +0000 -Subject: Bug #616913 - Unnecessary check producing false critical warnings - ---- -diff --git a/tools/exchange-share-config-listener.c b/tools/exchange-share-config-listener.c -index 8d8bc66..3dc1ae1 100644 ---- a/tools/exchange-share-config-listener.c -+++ b/tools/exchange-share-config-listener.c -@@ -736,8 +736,6 @@ exchange_share_config_listener_get_account_for_uri (ExchangeShareConfigListener - GSList *accounts, *a; - ExchangeAccount *res = NULL; - -- g_return_val_if_fail (uri != NULL, NULL); -- - if (!excl) - excl = exchange_share_config_listener_get_global (); - --- -cgit v0.8.3.1 |