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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-145-gab74ab0
Date: Fri, 28 Jan 2011 22:39:29 +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  ab74ab0e6819713fbecff3099b1a441209053c37 (commit)
      from  6a8a8a4a7f7ec6c25d1816e018e747655b192a2d (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=ab74ab0e6819713fbecff3099b1a441209053c37


commit ab74ab0e6819713fbecff3099b1a441209053c37
Author: Daniele Forsi <address@hidden>
Date:   Fri Jan 28 23:23:03 2011 +0100

    Use a gn_phonebook_group_type enum, not a literal

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index f4a4ae4..406219d 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -2779,7 +2779,7 @@ static gn_error NK6510_IncomingPhonebook(int messagetype, 
unsigned char *message
                }
                if (data->phonebook_entry) {
                        data->phonebook_entry->empty = true;
-                       data->phonebook_entry->caller_group = 5; /* no group */
+                       data->phonebook_entry->caller_group = 
GN_PHONEBOOK_GROUP_None;
                        data->phonebook_entry->name[0] = '\0';
                        data->phonebook_entry->number[0] = '\0';
                        data->phonebook_entry->subentries_count = 0;

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

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


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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