[gnome-calendar/mcatanzaro/#419] Apply suggestion to src/core/gcal-event.c



commit b7cb7c11deb9e055cb2a452a44885020cfbfbced
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Sep 19 20:28:58 2019 +0000

    Apply suggestion to src/core/gcal-event.c

 src/core/gcal-event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/core/gcal-event.c b/src/core/gcal-event.c
index 0bd1a3fb..3ae3fcad 100644
--- a/src/core/gcal-event.c
+++ b/src/core/gcal-event.c
@@ -244,8 +244,8 @@ build_component_from_datetime (GcalEvent *self,
     }
   else
     {
-      GTimeZone *zone;
       ICalTimezone *tz;
+      GTimeZone *zone;
 
       zone = gcal_context_get_timezone (context);
       tz = gcal_timezone_to_icaltimezone (zone);


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