[gnome-calendar] Fixup for the previous commit



commit 6a7cbf2d9fdc1215d0a85a0cfa8aaa2dd04120b2
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Jan 14 13:28:18 2019 -0600

    Fixup for the previous commit
    
    e-d-s has added an autoptr type for only one of the two types we use
    from e-d-s.
    
    Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/73

 src/gcal-utils.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/gcal-utils.h b/src/gcal-utils.h
index 74345671..bda43b95 100644
--- a/src/gcal-utils.h
+++ b/src/gcal-utils.h
@@ -35,11 +35,10 @@
 #define gcal_clear_timeout(pp) { if (pp && *pp) { g_source_remove (*pp); *pp = 0; } }
 
 #if !EDS_CHECK_VERSION (3, 31, 90)
-/* Add autoptr support for libecal */
-G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponent, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (ESource, g_object_unref)
 #endif
 
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponent, g_object_unref)
 G_DEFINE_AUTOPTR_CLEANUP_FUNC (GWeatherLocation, gweather_location_unref)
 
 GType                icaltime_get_type                           (void)            G_GNUC_CONST;


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