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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-560-ga5d9eb4
Date: Sat, 11 Jan 2014 17:43:16 +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  a5d9eb486950d2239e06ed7135f6adb5b79e77a5 (commit)
      from  e43cfd90d89e3237ffae14ad7064befc1f39d112 (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=a5d9eb486950d2239e06ed7135f6adb5b79e77a5


commit a5d9eb486950d2239e06ed7135f6adb5b79e77a5
Author: Daniele Forsi <address@hidden>
Date:   Sat Jan 11 18:41:26 2014 +0100

    Implement GN_OP_PollSMS
    
    Copied from nk6100.c

diff --git a/ChangeLog b/ChangeLog
index 53333b1..aef3bef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -75,6 +75,8 @@
     o write phone number read from TEL;TYPE=PREF,VOICE of a vCard
       when there is no other number in subentries   (Daniele Forsi)
     o implement GN_OP_Passthrough operation         (Daniele Forsi)
+    o implement GN_OP_PollSMS operation (copied form nk6100.c)
+                                                    (Daniele Forsi)
  * xgnokii updates
     o fix bug that caused to forget subentries after the first one
       when editing the phonebook                    (Daniele Forsi)
diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 1476801..7e218ae 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -462,6 +462,9 @@ static gn_error NK6510_Functions(gn_operation op, gn_data 
*data, struct gn_state
                return NK6510_CreateSMSFolder(data, state);
        case GN_OP_DeleteSMSFolder:
                return NK6510_DeleteSMSFolder(data, state);
+       case GN_OP_PollSMS:
+               gn_sm_loop(1, state);
+               return GN_ERR_NONE;
        case GN_OP_GetProfile:
                return NK6510_GetProfile(data, state);
        case GN_OP_SetProfile:

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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