From: Dmitriy Paliy <dmitriy.paliy@nokia.com>
To: linux-bluetooth@vger.kernel.org
Cc: Dmitriy Paliy <dmitriy.paliy@nokia.com>
Subject: [PATCH v2 2/2] Change append to prepend in pull_newmissedcalls
Date: Thu, 19 May 2011 11:51:19 +0300 [thread overview]
Message-ID: <1305795079-5251-3-git-send-email-dmitriy.paliy@nokia.com> (raw)
In-Reply-To: <1305795079-5251-1-git-send-email-dmitriy.paliy@nokia.com>
---
plugins/phonebook-tracker.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/phonebook-tracker.c b/plugins/phonebook-tracker.c
index 95908ba..0e77ce8 100644
--- a/plugins/phonebook-tracker.c
+++ b/plugins/phonebook-tracker.c
@@ -1464,7 +1464,7 @@ static int pull_newmissedcalls(const char **reply, int num_fields,
data->newmissedcalls++;
else {
GString *number = g_string_new(reply[1]);
- data->numbers = g_slist_append(data->numbers,
+ data->numbers = g_slist_prepend(data->numbers,
number);
}
}
--
1.7.4.1
next prev parent reply other threads:[~2011-05-19 8:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-19 8:51 [PATCH v2 0/2] Fix change to numbers GSlist in new missed calls Dmitriy Paliy
2011-05-19 8:51 ` [PATCH v2 1/2] " Dmitriy Paliy
2011-05-19 8:51 ` Dmitriy Paliy [this message]
[not found] ` <AA5DFB06574FF54BA4A76C3F1040DCBB11C18DE91D@INDXM3131.dir.svc.accenture.com>
2011-05-19 9:34 ` A2DP Connection problem Luiz Augusto von Dentz
2011-06-01 11:12 ` h.patil
2011-06-01 11:35 ` Luiz Augusto von Dentz
2011-06-01 11:46 ` h.patil
2011-06-01 12:04 ` Luiz Augusto von Dentz
2011-06-02 8:43 ` h.patil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1305795079-5251-3-git-send-email-dmitriy.paliy@nokia.com \
--to=dmitriy.paliy@nokia.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox