gnokii-commit
[Top][All Lists]
Advanced

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

[SCM] Additional programs and language bindings branch, master, updated.


From: Daniele Forsi
Subject: [SCM] Additional programs and language bindings branch, master, updated. d52e1302bfa22fab6c93405c09f6b53481bdf251
Date: Fri, 26 Apr 2013 10:17:58 +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 "Additional programs and language bindings".

The branch, master has been updated
       via  d52e1302bfa22fab6c93405c09f6b53481bdf251 (commit)
      from  1ac2239de83460241edab15c85eab17bedce4b44 (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/gnokii-extras.git/commit/?id=d52e1302bfa22fab6c93405c09f6b53481bdf251


commit d52e1302bfa22fab6c93405c09f6b53481bdf251
Author: Daniele Forsi <address@hidden>
Date:   Fri Apr 26 12:17:24 2013 +0200

    Make phonebook_status compatible with older libgnokii versions

diff --git a/snippets/phonebook/phonebook_status.c 
b/snippets/phonebook/phonebook_status.c
index 45d5439..f69ada3 100644
--- a/snippets/phonebook/phonebook_status.c
+++ b/snippets/phonebook/phonebook_status.c
@@ -93,8 +93,12 @@ int main(int argc, char *argv[]) {
                GN_MT_TA, /* for compatibility only: TA=computer memory */
                GN_MT_CB, /* Currently selected memory */
                GN_MT_BM, /* Cell Broadcast Messages */
+#ifdef GN_MT_MR
                GN_MT_MR, /* Message Recipients */
+#endif
+#ifdef GN_MT_CL
                GN_MT_CL, /* Call Log (DC + RC + MC) */
+#endif
        };
 
        if (argc != 1) {

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

Summary of changes:
 snippets/phonebook/phonebook_status.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Additional programs and language bindings



reply via email to

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