[gnome-calendar/gbsneto/recurring-event-editing-fixes: 9/24] manager: Remove unnecessary comment




commit 1beb3c9cf3db11c7a43d70da4aca52b18f96495a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Oct 14 00:16:16 2022 -0300

    manager: Remove unnecessary comment

 src/core/gcal-manager.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
---
diff --git a/src/core/gcal-manager.c b/src/core/gcal-manager.c
index c5c54d36..c123603a 100644
--- a/src/core/gcal-manager.c
+++ b/src/core/gcal-manager.c
@@ -1061,20 +1061,13 @@ gcal_manager_update_event (GcalManager           *self,
   if (mod == GCAL_RECURRENCE_MOD_ALL)
     e_cal_component_set_recurid (component, NULL);
 
-  /*
-   * While we're updating the event, we don't want the component
-   * to be destroyed, so take a reference of the component while
-   * we're performing the update on it.
-   */
-  g_object_ref (component);
-
   e_cal_client_modify_object (gcal_calendar_get_client (calendar),
                               e_cal_component_get_icalcomponent (component),
                               (ECalObjModType) mod,
                               E_CAL_OPERATION_FLAG_NONE,
                               NULL,
                               on_event_updated,
-                              component);
+                              g_object_ref (component));
 
   GCAL_EXIT;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]