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


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-203-gd3025a2
Date: Mon, 28 Feb 2011 20:24:56 +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  d3025a20fe2db560870405e740a16d2e0e19d3ee (commit)
      from  3858598bf06c9204f1dc2c4f79acb0057a889318 (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=d3025a20fe2db560870405e740a16d2e0e19d3ee


commit d3025a20fe2db560870405e740a16d2e0e19d3ee
Author: Pawel Kot <address@hidden>
Date:   Mon Feb 28 12:21:44 2011 -0800

    Typo: && should be used instead of &

diff --git a/xgnokii/xgnokii_contacts.c b/xgnokii/xgnokii_contacts.c
index 0c850fe..7708bed 100644
--- a/xgnokii/xgnokii_contacts.c
+++ b/xgnokii/xgnokii_contacts.c
@@ -2257,7 +2257,7 @@ void GUI_RefreshContacts(void)
                                row[2] = "P";
                        else
                                row[2] = "S";
-                       if (phoneMonitor.supported & PM_CALLERGROUP & 
(int)pbEntry->entry.caller_group >= 0 )
+                       if (phoneMonitor.supported & PM_CALLERGROUP && 
(int)pbEntry->entry.caller_group >= 0)
                                row[3] = 
xgnokiiConfig.callerGroups[pbEntry->entry.caller_group];
                        else
                                row[3] = "";

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

Summary of changes:
 xgnokii/xgnokii_contacts.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]