Merge lp:~mgarrido-deactivatedaccount/ubuntu/natty/indicator-me/indicator-me.fix-682153 into lp:ubuntu/natty/indicator-me

Proposed by Manuel J. Garrido
Status: Merged
Merge reported by: Dustin Kirkland 
Merged at revision: not available
Proposed branch: lp:~mgarrido-deactivatedaccount/ubuntu/natty/indicator-me/indicator-me.fix-682153
Merge into: lp:ubuntu/natty/indicator-me
Diff against target: 25 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
src/me-service.c (+1/-1)
To merge this branch: bzr merge lp:~mgarrido-deactivatedaccount/ubuntu/natty/indicator-me/indicator-me.fix-682153
Reviewer Review Type Date Requested Status
Dustin Kirkland  Approve
Ubuntu branches Pending
Review via email: mp+43007@code.launchpad.net

Description of the change

By default shows real name instead of username. Fixes bug https://bugs.launchpad.net/ubuntu/+source/indicator-me/+bug/682153

To post a comment you must log in.
Revision history for this message
Dustin Kirkland  (kirkland) wrote :

Looks good to me! Sponsoring as today's patchpilot. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-09-22 18:35:49 +0000
3+++ debian/changelog 2010-12-07 20:38:43 +0000
4@@ -1,3 +1,9 @@
5+indicator-me (0.2.10-0ubuntu2) natty; urgency=low
6+
7+ * Show real name instead of username (LP: #682153)
8+
9+ -- Manuel J. Garrido <manuel.garrido@gmail.com> Tue, 07 Dec 2010 20:37:55 +0100
10+
11 indicator-me (0.2.10-0ubuntu1) maverick; urgency=low
12
13 * New upstream release
14
15=== modified file 'src/me-service.c'
16--- src/me-service.c 2010-09-16 12:00:28 +0000
17+++ src/me-service.c 2010-12-07 20:38:43 +0000
18@@ -322,7 +322,7 @@
19 g_return_if_fail (context != NULL);
20
21 GConfValue *option = gconf_client_get (context, GCONF_DISPLAY, NULL);
22- gint value = 1; /* username, by default */
23+ gint value = 2; /* real name, by default */
24
25 g_debug ("display_mode_changed");
26

Subscribers

People subscribed via source and target branches

to all changes: