Blame SOURCES/revert-g-source-remove-critical.patch

5f7982
From 7b125e2e70c9de222feccae4e8931f943c8ef0cc Mon Sep 17 00:00:00 2001
5f7982
From: rpm-build <rpm-build>
5f7982
Date: Sat, 21 Mar 2015 11:16:29 -0400
694683
Subject: [PATCH] Revert "gmain: Warn when g_source_remove() fails"
694683
694683
---
5f7982
 glib/gmain.c | 2 --
5f7982
 1 file changed, 2 deletions(-)
694683
694683
diff --git a/glib/gmain.c b/glib/gmain.c
5f7982
index 30fac70..c5f5218 100644
694683
--- a/glib/gmain.c
694683
+++ b/glib/gmain.c
5f7982
@@ -2237,8 +2237,6 @@ g_source_remove (guint tag)
694683
   source = g_main_context_find_source_by_id (NULL, tag);
694683
   if (source)
694683
     g_source_destroy (source);
694683
-  else
694683
-    g_critical ("Source ID %u was not found when attempting to remove it", tag);
694683
 
694683
   return source != NULL;
694683
 }
694683
-- 
5f7982
1.8.3.1
694683