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-12


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-125-g8c4abe5
Date: Wed, 26 Jan 2011 22:30:51 +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  8c4abe5574352c774cd483bc4fdc77801ef44d5d (commit)
       via  fee8fab8c60ae360b6e99179e1d8aff73c118584 (commit)
       via  237b99045b4a413bfb3fbc08e703edb25062bf0e (commit)
       via  0e84a383fe99442a9db4956b039eb7e502e2258f (commit)
      from  635814554b35b81e3c8747e01a181d2ef3f6fa1f (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=8c4abe5574352c774cd483bc4fdc77801ef44d5d


commit 8c4abe5574352c774cd483bc4fdc77801ef44d5d
Author: Pawel Kot <address@hidden>
Date:   Wed Jan 26 14:30:07 2011 -0800

    Immediately recognize whether to use DeleteCalendarNote_S40_30.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index f2d4fb8..0cb0bca 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -4212,6 +4212,9 @@ static gn_error NK6510_DeleteCalendarNote(gn_data *data, 
struct gn_statemachine
        gn_calnote_list list;
        bool own_list = true;
 
+       if (DRVINSTANCE(state)->pm->flags & PM_EXTCALENDAR)
+               return NK6510_DeleteCalendarNote_S40_30(data, state);
+
        if (data->calnote_list)
                own_list = false;
        else {

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


commit 8c4abe5574352c774cd483bc4fdc77801ef44d5d
Author: Pawel Kot <address@hidden>
Date:   Wed Jan 26 14:30:07 2011 -0800

    Immediately recognize whether to use DeleteCalendarNote_S40_30.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index f2d4fb8..0cb0bca 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -4212,6 +4212,9 @@ static gn_error NK6510_DeleteCalendarNote(gn_data *data, 
struct gn_statemachine
        gn_calnote_list list;
        bool own_list = true;
 
+       if (DRVINSTANCE(state)->pm->flags & PM_EXTCALENDAR)
+               return NK6510_DeleteCalendarNote_S40_30(data, state);
+
        if (data->calnote_list)
                own_list = false;
        else {

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=237b99045b4a413bfb3fbc08e703edb25062bf0e


commit 8c4abe5574352c774cd483bc4fdc77801ef44d5d
Author: Pawel Kot <address@hidden>
Date:   Wed Jan 26 14:30:07 2011 -0800

    Immediately recognize whether to use DeleteCalendarNote_S40_30.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index f2d4fb8..0cb0bca 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -4212,6 +4212,9 @@ static gn_error NK6510_DeleteCalendarNote(gn_data *data, 
struct gn_statemachine
        gn_calnote_list list;
        bool own_list = true;
 
+       if (DRVINSTANCE(state)->pm->flags & PM_EXTCALENDAR)
+               return NK6510_DeleteCalendarNote_S40_30(data, state);
+
        if (data->calnote_list)
                own_list = false;
        else {

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=0e84a383fe99442a9db4956b039eb7e502e2258f


commit 8c4abe5574352c774cd483bc4fdc77801ef44d5d
Author: Pawel Kot <address@hidden>
Date:   Wed Jan 26 14:30:07 2011 -0800

    Immediately recognize whether to use DeleteCalendarNote_S40_30.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index f2d4fb8..0cb0bca 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -4212,6 +4212,9 @@ static gn_error NK6510_DeleteCalendarNote(gn_data *data, 
struct gn_statemachine
        gn_calnote_list list;
        bool own_list = true;
 
+       if (DRVINSTANCE(state)->pm->flags & PM_EXTCALENDAR)
+               return NK6510_DeleteCalendarNote_S40_30(data, state);
+
        if (data->calnote_list)
                own_list = false;
        else {

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

Summary of changes:
 ChangeLog               |    1 +
 common/gsm-api.c        |    9 ------
 common/phones/nk6510.c  |   68 ++++++++++++++++++++++++++++++++++++++++++++--
 include/gnokii.h.in     |    6 +---
 include/phones/nk6510.h |    1 +
 5 files changed, 68 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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