4573ba6831
This switches to the gnome-2.28 release branch.
13 lines
519 B
Text
13 lines
519 B
Text
$NetBSD: patch-ab,v 1.8 2009/10/22 17:29:42 drochner Exp $
|
|
|
|
--- applets/clock/calendar-client.c.orig 2009-10-22 00:29:21.000000000 +0200
|
|
+++ applets/clock/calendar-client.c
|
|
@@ -2123,7 +2123,7 @@ calendar_client_set_task_completed (Cale
|
|
{
|
|
struct icaltimetype completed_time;
|
|
|
|
- completed_time = icaltime_current_time_with_zone (client->priv->zone);
|
|
+ completed_time = icaltime_current_time_with_zone (icaltimezone_get_utc_timezone ());
|
|
if (!prop)
|
|
{
|
|
icalcomponent_add_property (ical,
|