summarylogtreecommitdiffstats
path: root/null-icaltime.diff
diff options
context:
space:
mode:
authorSam Burgos2019-10-31 18:13:54 -0600
committerSam Burgos2019-10-31 18:13:54 -0600
commit44899660a440708e7cf8c54487b333fa5aa80a55 (patch)
treeaf1af7b1796351ac62a2d385bdce0fe868dc1b5a /null-icaltime.diff
parentc5e6d3a288f37b8b574e83c24f1bcc0591c01e0b (diff)
downloadaur-44899660a440708e7cf8c54487b333fa5aa80a55.tar.gz
updated version of gnome-calendar, adding new patch and editing existing based on current locations of settings withing gnome-calendar current version
Diffstat (limited to 'null-icaltime.diff')
-rw-r--r--null-icaltime.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/null-icaltime.diff b/null-icaltime.diff
deleted file mode 100644
index 60539d9bdb12..000000000000
--- a/null-icaltime.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git i/src/gcal-utils.c w/src/gcal-utils.c
-index c7646565..8070034c 100644
---- i/src/gcal-utils.c
-+++ w/src/gcal-utils.c
-@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype *date)
- GDateTime *dt;
- GTimeZone *tz;
-
-+ if (!date)
-+ return NULL;
-+
- tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : g_time_zone_new_utc ();
- dt = g_date_time_new (tz,
- date->year,