Merge lp:~rodrigo-moya/ubuntuone-client/init-email-variable into lp:ubuntuone-client

Proposed by Rodrigo Moya
Status: Merged
Approved by: John Lenton
Approved revision: 492
Merged at revision: not available
Proposed branch: lp:~rodrigo-moya/ubuntuone-client/init-email-variable
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
nautilus/contacts-view.c (+1/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntuone-client/init-email-variable
Reviewer Review Type Date Requested Status
John Lenton (community) Approve
dobey (community) Approve
Review via email: mp+23335@code.launchpad.net

Commit message

Initialize email variable

Description of the change

Initialize email variable

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
John Lenton (chipaca) wrote :

Whoops :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'nautilus/contacts-view.c'
2--- nautilus/contacts-view.c 2010-04-06 17:22:00 +0000
3+++ nautilus/contacts-view.c 2010-04-13 16:58:32 +0000
4@@ -275,7 +275,7 @@
5
6 for (l = contacts; l != NULL; l = l->next) {
7 EContact *contact = l->data;
8- const gchar *email;
9+ const gchar *email = NULL;
10 GList *emails_list, *al;
11
12 /* We add the selected items when searching, so ignore them here */

Subscribers

People subscribed via source and target branches