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
=== modified file 'debian/changelog'
--- debian/changelog 2010-09-22 18:35:49 +0000
+++ debian/changelog 2010-12-07 20:38:43 +0000
@@ -1,3 +1,9 @@
1indicator-me (0.2.10-0ubuntu2) natty; urgency=low
2
3 * Show real name instead of username (LP: #682153)
4
5 -- Manuel J. Garrido <manuel.garrido@gmail.com> Tue, 07 Dec 2010 20:37:55 +0100
6
1indicator-me (0.2.10-0ubuntu1) maverick; urgency=low7indicator-me (0.2.10-0ubuntu1) maverick; urgency=low
28
3 * New upstream release9 * New upstream release
410
=== modified file 'src/me-service.c'
--- src/me-service.c 2010-09-16 12:00:28 +0000
+++ src/me-service.c 2010-12-07 20:38:43 +0000
@@ -322,7 +322,7 @@
322 g_return_if_fail (context != NULL);322 g_return_if_fail (context != NULL);
323323
324 GConfValue *option = gconf_client_get (context, GCONF_DISPLAY, NULL);324 GConfValue *option = gconf_client_get (context, GCONF_DISPLAY, NULL);
325 gint value = 1; /* username, by default */325 gint value = 2; /* real name, by default */
326326
327 g_debug ("display_mode_changed");327 g_debug ("display_mode_changed");
328328

Subscribers

People subscribed via source and target branches

to all changes: