gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-17


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-176-g3af1d36
Date: Fri, 11 Feb 2011 18:05:02 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  3af1d368a175ccb56e98c60086adc7a248a399e6 (commit)
       via  130c9244d614fc715722af335b64447b468f7dba (commit)
      from  7186a983135132bcfd5acefe40b38ec5f36da3a4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=3af1d368a175ccb56e98c60086adc7a248a399e6


commit 3af1d368a175ccb56e98c60086adc7a248a399e6
Author: Daniele Forsi <address@hidden>
Date:   Fri Feb 11 19:00:56 2011 +0100

    Fix start date for birthdays

diff --git a/common/vcal.c b/common/vcal.c
index 6c76cb5..4699c80 100644
--- a/common/vcal.c
+++ b/common/vcal.c
@@ -135,7 +135,6 @@ GNOKII_API char *gn_calnote2icalstr(gn_calnote *calnote)
 
        vevent = icalcomponent_vanew(ICAL_VEVENT_COMPONENT,
                                     icalproperty_new_uid(compuid),
-                                    icalproperty_new_dtstart(stime),
                                     icalproperty_new_categories("GNOKII"),
                                     0);
        if (!vevent) {
@@ -188,6 +187,7 @@ GNOKII_API char *gn_calnote2icalstr(gn_calnote *calnote)
                icalcomponent_add_property(vevent, 
icalproperty_new_summary(calnote->text));
                break;
        }
+       icalcomponent_add_property(vevent, icalproperty_new_dtstart(stime));
 
        if (calnote->recurrence) {
                char rrule[64];

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=130c9244d614fc715722af335b64447b468f7dba


commit 3af1d368a175ccb56e98c60086adc7a248a399e6
Author: Daniele Forsi <address@hidden>
Date:   Fri Feb 11 19:00:56 2011 +0100

    Fix start date for birthdays

diff --git a/common/vcal.c b/common/vcal.c
index 6c76cb5..4699c80 100644
--- a/common/vcal.c
+++ b/common/vcal.c
@@ -135,7 +135,6 @@ GNOKII_API char *gn_calnote2icalstr(gn_calnote *calnote)
 
        vevent = icalcomponent_vanew(ICAL_VEVENT_COMPONENT,
                                     icalproperty_new_uid(compuid),
-                                    icalproperty_new_dtstart(stime),
                                     icalproperty_new_categories("GNOKII"),
                                     0);
        if (!vevent) {
@@ -188,6 +187,7 @@ GNOKII_API char *gn_calnote2icalstr(gn_calnote *calnote)
                icalcomponent_add_property(vevent, 
icalproperty_new_summary(calnote->text));
                break;
        }
+       icalcomponent_add_property(vevent, icalproperty_new_dtstart(stime));
 
        if (calnote->recurrence) {
                char rrule[64];

-----------------------------------------------------------------------

Summary of changes:
 common/vcal.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]