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


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-258-gd6207bb
Date: Sat, 02 Jul 2011 17:08:12 +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  d6207bb724e24fa7bf89464002329b933d479276 (commit)
       via  45c88917b580c414f9b2c01db33f2551e62f7475 (commit)
      from  c2eec190308345abec435ad2097d3c2e1c65da56 (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=d6207bb724e24fa7bf89464002329b933d479276


commit d6207bb724e24fa7bf89464002329b933d479276
Author: Pawel Kot <address@hidden>
Date:   Sat Jul 2 19:06:55 2011 +0200

    From: r4ph431 (on irc)
    
    Correctly initialize memory_type with WritePhonebookExt. When getting memory
    status we should get the value coming from the user.

diff --git a/ChangeLog b/ChangeLog
index 9fefddf..5a46f2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,9 @@
  * xgnokii updates
     o set icon "phone" for all windows when using gtk+ 2.6 or later
                                                     (Daniele Forsi)
+ * at driver updates
+    o correctly initialize memory type on WritePhonebookExt
+                                                          (r4ph431)
 
 0.6.30
 ======
diff --git a/common/phones/atgen.c b/common/phones/atgen.c
index e50c8d3..79dfb1f 100644
--- a/common/phones/atgen.c
+++ b/common/phones/atgen.c
@@ -1141,6 +1141,7 @@ static gn_error AT_WritePhonebookExt(gn_data *data, 
struct gn_statemachine *stat
                return ret;
 
        gn_data_clear(&data2);
+       memstat.memory_type = entry->memory_type;
        data2.memory_status = &memstat;
        ret = state->driver.functions(GN_OP_GetMemoryStatus, &data2, state);
        if (ret)

http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=45c88917b580c414f9b2c01db33f2551e62f7475


commit d6207bb724e24fa7bf89464002329b933d479276
Author: Pawel Kot <address@hidden>
Date:   Sat Jul 2 19:06:55 2011 +0200

    From: r4ph431 (on irc)
    
    Correctly initialize memory_type with WritePhonebookExt. When getting memory
    status we should get the value coming from the user.

diff --git a/ChangeLog b/ChangeLog
index 9fefddf..5a46f2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,9 @@
  * xgnokii updates
     o set icon "phone" for all windows when using gtk+ 2.6 or later
                                                     (Daniele Forsi)
+ * at driver updates
+    o correctly initialize memory type on WritePhonebookExt
+                                                          (r4ph431)
 
 0.6.30
 ======
diff --git a/common/phones/atgen.c b/common/phones/atgen.c
index e50c8d3..79dfb1f 100644
--- a/common/phones/atgen.c
+++ b/common/phones/atgen.c
@@ -1141,6 +1141,7 @@ static gn_error AT_WritePhonebookExt(gn_data *data, 
struct gn_statemachine *stat
                return ret;
 
        gn_data_clear(&data2);
+       memstat.memory_type = entry->memory_type;
        data2.memory_status = &memstat;
        ret = state->driver.functions(GN_OP_GetMemoryStatus, &data2, state);
        if (ret)

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

Summary of changes:
 ChangeLog             |    3 +++
 common/phones/atgen.c |    1 +
 utils/mgnokiidev.c    |    3 +++
 3 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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