Merge lp:~larsu/libindicator/fix-failing into lp:libindicator/13.10

Proposed by Lars Karlitski
Status: Superseded
Proposed branch: lp:~larsu/libindicator/fix-failing
Merge into: lp:libindicator/13.10
Diff against target: 11 lines (+1/-1)
1 file modified
libindicator/indicator-ng.c (+1/-1)
To merge this branch: bzr merge lp:~larsu/libindicator/fix-failing
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Charles Kerr (community) Approve
Review via email: mp+168146@code.launchpad.net

This proposal has been superseded by a proposal from 2013-06-07.

Commit message

indicator-ng: fail properly when keyfile can't be read

To post a comment you must log in.
Revision history for this message
Charles Kerr (charlesk) wrote :

Nice work! Hard to believe that was passing before.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libindicator/indicator-ng.c'
2--- libindicator/indicator-ng.c 2013-05-29 18:54:35 +0000
3+++ libindicator/indicator-ng.c 2013-06-07 18:47:27 +0000
4@@ -496,7 +496,7 @@
5 {
6 IndicatorNg *self = INDICATOR_NG (initable);
7 GKeyFile *keyfile;
8- gboolean success;
9+ gboolean success = FALSE;
10
11 self->bus_name = g_path_get_basename (self->service_file);
12

Subscribers

People subscribed via source and target branches