Merge lp:~ted/indicator-session/bug611257 into lp:indicator-session/0.1

Proposed by Ted Gould
Status: Merged
Merged at revision: 129
Proposed branch: lp:~ted/indicator-session/bug611257
Merge into: lp:indicator-session/0.1
Diff against target: 12 lines (+1/-1)
1 file modified
src/users-service-dbus.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-session/bug611257
Reviewer Review Type Date Requested Status
Cody Russell (community) Approve
Review via email: mp+34340@code.launchpad.net

Description of the change

Ignores the message in an error which is apparently causing a crash.

To post a comment you must log in.
Revision history for this message
Cody Russell (bratsche) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/users-service-dbus.c'
2--- src/users-service-dbus.c 2010-04-06 16:58:16 +0000
3+++ src/users-service-dbus.c 2010-09-01 20:31:16 +0000
4@@ -172,7 +172,7 @@
5 priv->system_bus = dbus_g_bus_get (DBUS_BUS_SYSTEM, &error);
6 if (error != NULL)
7 {
8- g_error ("Unable to get system bus: %s", error->message);
9+ g_error ("Unable to get system bus");
10 g_error_free(error);
11
12 return;

Subscribers

People subscribed via source and target branches