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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-97-g7c30b1d
Date: Sun, 23 Jan 2011 10:48:23 +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  7c30b1dd3bd9c22c7a43ee6f1e6ecfa238c12744 (commit)
      from  3d5877fd26871eba50180e904f0a6684e0f26573 (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=7c30b1dd3bd9c22c7a43ee6f1e6ecfa238c12744


commit 7c30b1dd3bd9c22c7a43ee6f1e6ecfa238c12744
Author: Daniele Forsi <address@hidden>
Date:   Sun Jan 23 11:43:02 2011 +0100

    Fix calendar flags for 5130 and 5310
    
    Flags were set for using the "old" calendar functions but these
    phones are Series 40.

diff --git a/ChangeLog b/ChangeLog
index 0729464..09cea84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,7 @@
     o do not change the translation domain of the calling program;
       this didn't affect gnokii, xgnokii or smsd because they use
       the same translation domain as libgnokii      (Daniele Forsi)
+    o fix calendar functions flags for 5130, 5310   (Daniele Forsi)
  * nk6510 driver updates
     o fix parsing SMS date from saved messages, bug #29830
                                                         (Paweł Kot)
diff --git a/common/misc.c b/common/misc.c
index 999c8d7..9f65fd4 100644
--- a/common/misc.c
+++ b/common/misc.c
@@ -193,7 +193,7 @@ static gn_phone_model models[] = {
        {"5120",  "NSC-1",      PM_OLD_DEFAULT  },
        {"5125",  "NSC-1",      PM_OLD_DEFAULT },
        {"5130",  "NSK-1",      PM_OLD_DEFAULT | PM_NETMONITOR | PM_DATA | 
PM_AUTHENTICATION },
-       {"5130 XpressMusic",  "RM-495", PM_DEFAULT },
+       {"5130 XpressMusic",  "RM-495", PM_DEFAULT_S40_3RD },
        {"5140",  "NPL-5",      PM_DEFAULT | PM_XGNOKIIBREAKAGE },
        {"5140i", "RM-104",     PM_DEFAULT },
        {"5160",  "NSW-1",      PM_OLD_DEFAULT | PM_NETMONITOR | PM_DATA | 
PM_AUTHENTICATION },
@@ -203,7 +203,7 @@ static gn_phone_model models[] = {
        {"5190",  "NSB-1",      PM_OLD_DEFAULT | PM_NETMONITOR | PM_DATA | 
PM_AUTHENTICATION },
        {"5210",  "NSM-5",      PM_DEFAULT },
        {"5300 XpressMusic",  "RM-146", PM_DEFAULT_S40_3RD },
-       {"5310 XpressMusic",  "RM-303", PM_DEFAULT },
+       {"5310 XpressMusic",  "RM-303", PM_DEFAULT_S40_3RD },
        {"5510",  "NPM-5",      PM_OLD_DEFAULT },
        {"6010",  "NPM-10",     PM_OLD_DEFAULT },
        {"6010",  "NPM-10X",    PM_OLD_DEFAULT },

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

Summary of changes:
 ChangeLog     |    1 +
 common/misc.c |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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