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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-387-gb66bf42
Date: Sat, 10 Mar 2012 13:37:13 +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  b66bf421f113af8b1ff97fc2c658d5e6be96fcd8 (commit)
      from  7e584783c4cd655d0a9fb8afae435f29054742bb (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=b66bf421f113af8b1ff97fc2c658d5e6be96fcd8


commit b66bf421f113af8b1ff97fc2c658d5e6be96fcd8
Author: Daniele Forsi <address@hidden>
Date:   Sat Mar 10 14:35:38 2012 +0100

    Also SM is a valid phonebook memory type
    
    Even if recent phones don't give access to it via FBUS.

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 70a6ff6..f4b62d2 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -6754,6 +6754,9 @@ static gn_memory_type get_gn_memory_type_phonebook(int 
memory_type)
        case NK6510_MEMORY_ME:
                result = GN_MT_ME;
                break;
+       case NK6510_MEMORY_SM:
+               result = GN_MT_SM;
+               break;
        case NK6510_MEMORY_ON:
                result = GN_MT_ON;
                break;

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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