[gnome-calendar/gnome-3-34] manager: Instrument removing calendars
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gnome-3-34] manager: Instrument removing calendars
- Date: Wed, 9 Oct 2019 16:06:58 +0000 (UTC)
commit aa46ea666ac40b80261d972419831172a64903f2
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed Oct 9 12:35:04 2019 -0300
manager: Instrument removing calendars
src/core/gcal-manager.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/core/gcal-manager.c b/src/core/gcal-manager.c
index 795e718d..c5ba0432 100644
--- a/src/core/gcal-manager.c
+++ b/src/core/gcal-manager.c
@@ -165,6 +165,10 @@ remove_source (GcalManager *self,
g_return_if_fail (GCAL_IS_MANAGER (self));
g_return_if_fail (E_IS_SOURCE (source));
+ GCAL_TRACE_MSG ("Removing calendar %s (%s)",
+ e_source_get_display_name (source),
+ e_source_get_uid (source));
+
calendar = g_hash_table_lookup (self->clients, source);
g_object_ref (calendar);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]