[gnome-photos] base-item: Silence -Wparentheses
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] base-item: Silence -Wparentheses
- Date: Sat, 14 Oct 2017 08:27:18 +0000 (UTC)
commit 38529bd1ff8cf64a90561e59cd3ca4b7f647ec7d
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Oct 12 00:34:16 2017 +0200
base-item: Silence -Wparentheses
src/photos-base-item.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index 84d7703..47514d0 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -3757,7 +3757,7 @@ photos_base_item_load_async (PhotosBaseItem *self,
g_return_if_fail (!priv->collection);
pipeline = PHOTOS_PIPELINE (egg_task_cache_peek (pipeline_cache, self));
- g_return_if_fail (priv->edit_graph == NULL || GEGL_IS_NODE (priv->edit_graph) && PHOTOS_IS_PIPELINE
(pipeline));
+ g_return_if_fail (priv->edit_graph == NULL || (GEGL_IS_NODE (priv->edit_graph) && PHOTOS_IS_PIPELINE
(pipeline)));
task = g_task_new (self, cancellable, callback, user_data);
g_task_set_source_tag (task, photos_base_item_load_async);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]