[evolution/gnome-42] I#1930 - Update Task preview, when Task is updated
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-42] I#1930 - Update Task preview, when Task is updated
- Date: Mon, 27 Jun 2022 16:52:53 +0000 (UTC)
commit 8444278e25d913d1e26f5ca18e415fd092317da8
Author: Milan Crha <mcrha redhat com>
Date: Mon Jun 27 18:49:55 2022 +0200
I#1930 - Update Task preview, when Task is updated
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1930
src/calendar/gui/e-cal-component-preview.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/src/calendar/gui/e-cal-component-preview.c b/src/calendar/gui/e-cal-component-preview.c
index 2ae226fa41..e456dba6c2 100644
--- a/src/calendar/gui/e-cal-component-preview.c
+++ b/src/calendar/gui/e-cal-component-preview.c
@@ -129,7 +129,9 @@ update_comp_info (ECalComponentPreview *preview,
changed = !priv->cal_uid || !priv->comp_uid || !cal_uid || !comp_uid ||
!g_str_equal (priv->cal_uid, cal_uid) ||
!g_str_equal (priv->comp_uid, comp_uid) ||
- priv->comp_sequence != comp_sequence;
+ priv->comp_sequence != comp_sequence ||
+ priv->comp != comp ||
+ priv->client != client;
if (comp_last_modified && priv->comp_last_modified)
changed = changed || i_cal_time_compare (priv->comp_last_modified,
comp_last_modified) != 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]