[gnome-photos] item-manager: Assert that we don't have nested collections
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] item-manager: Assert that we don't have nested collections
- Date: Wed, 24 Aug 2016 13:26:29 +0000 (UTC)
commit 70df422a88648479f799bd8415a2d100578c63ab
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Aug 23 19:49:01 2016 +0200
item-manager: Assert that we don't have nested collections
src/photos-item-manager.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-item-manager.c b/src/photos-item-manager.c
index aa2a503..42e35bc 100644
--- a/src/photos-item-manager.c
+++ b/src/photos-item-manager.c
@@ -697,6 +697,9 @@ photos_item_manager_activate_previous_collection (PhotosItemManager *self)
g_signal_emit (self, signals[ACTIVE_COLLECTION_CHANGED], 0, self->active_collection);
g_clear_object (&collection);
+
+ g_return_if_fail (self->active_collection == NULL);
+ g_return_if_fail (self->active_object == NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]