Folks.SmallSet: return a value
authorDominique Leuenberger <dimstar@opensuse.org>
Thu, 22 Aug 2013 05:50:19 +0000 (07:50 +0200)
committerDominique Leuenberger <dimstar@opensuse.org>
Thu, 22 Aug 2013 05:50:19 +0000 (07:50 +0200)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=706532

NEWS
folks/small-set.c

diff --git a/NEWS b/NEWS
index c0829d5..70ad04f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ and IndividualAggregator.with_backend_store are now deprecated.
 
 Bugs fixed:
 • Bug 705289 — Crash when removing an individual with 2 aggregators instantiated
+• Bug 706532 — folks_small_set_copy() does not always return value
 
 API changes:
 • Add IndividualAggregator.dup constructor
index 28ad754..09fe77a 100644 (file)
@@ -417,6 +417,7 @@ folks_small_set_copy (GeeIterable *iterable,
             }
         }
     }
+  return self;
 }
 
 enum {