[gnome-photos/wip/rishi/collection: 33/42] base-item: Assert that an item that can't be edited, actually isn't
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/collection: 33/42] base-item: Assert that an item that can't be edited, actually isn't
- Date: Thu, 25 Jan 2018 03:18:40 +0000 (UTC)
commit 870b1229952f3259f25eb25647c36853696cf078
Author: Debarshi Ray <debarshir gnome org>
Date: Wed Jan 24 14:35:34 2018 +0100
base-item: Assert that an item that can't be edited, actually isn't
src/photos-base-item.c | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index 155a3d3e..35281796 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -1893,6 +1893,9 @@ photos_base_item_pipeline_is_edited_load_pipeline (GObject *source_object, GAsyn
is_edited = photos_pipeline_is_edited (pipeline);
g_task_return_boolean (task, is_edited);
+ if (!photos_base_item_can_edit (self))
+ g_return_if_fail (!is_edited);
+
out:
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]