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_28-17


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_28-171-gb2019d4
Date: Fri, 12 Feb 2010 15:27:41 +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  b2019d4bce9aa8a9806c6f6f7b23cb642d8bb6f7 (commit)
      from  0976b9a18e7892453a7f376ec8c168fd28cda72a (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=b2019d4bce9aa8a9806c6f6f7b23cb642d8bb6f7


commit b2019d4bce9aa8a9806c6f6f7b23cb642d8bb6f7
Author: Daniele Forsi <address@hidden>
Date:   Fri Feb 12 16:24:52 2010 +0100

    Add status value '3' as 'unsent' to GetMessageStatus_S40_30()

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index bac2e4e..e7e4966 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -137,6 +137,7 @@ static gn_sms_message_status GetMessageStatus_S40_30(const 
char *filename)
 
        switch (filename[26]) {
        case '1':
+       case '3': /* SMS sending failed */
        case '6':
                return GN_SMS_Unsent;
        case '2':

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

Summary of changes:
 common/phones/nk6510.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs




reply via email to

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