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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-2-gf8176d1
Date: Fri, 30 Apr 2010 22:23:20 +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  f8176d1189587c3cbc401819acd1a1f4ed3b05df (commit)
      from  7053b78e383de290fad7e4c1c4a1ebcdb9d19cfb (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=f8176d1189587c3cbc401819acd1a1f4ed3b05df


commit f8176d1189587c3cbc401819acd1a1f4ed3b05df
Author: Daniele Forsi <address@hidden>
Date:   Sat May 1 00:20:29 2010 +0200

    string[0] should be the number type, not the subentry type

diff --git a/common/phones/nk6510.c b/common/phones/nk6510.c
index 1b8de40..02e9d88 100644
--- a/common/phones/nk6510.c
+++ b/common/phones/nk6510.c
@@ -3117,7 +3117,7 @@ retry:
                 * if it is not filled in, let's take just one number we have.
                 */
                if (!entry->subentries_count) {
-                       string[0] = GN_PHONEBOOK_ENTRY_Number;
+                       string[0] = GN_PHONEBOOK_NUMBER_General;
                        string[1] = string[2] = string[3] = 0;
                        j = strlen(entry->number);
                        j = char_unicode_encode((string + 5), entry->number, j);

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

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]