Merge lp:~bregma/unity/lp-1300916 into lp:unity

Proposed by Stephen M. Webb
Status: Merged
Approved by: Brandon Schaefer
Approved revision: no longer in the source branch.
Merged at revision: 3756
Proposed branch: lp:~bregma/unity/lp-1300916
Merge into: lp:unity
Prerequisite: lp:~xnox/unity/drop-u1
Diff against target: 11 lines (+0/-1)
1 file modified
services/panel-service.c (+0/-1)
To merge this branch: bzr merge lp:~bregma/unity/lp-1300916
Reviewer Review Type Date Requested Status
Brandon Schaefer (community) Approve
Review via email: mp+213920@code.launchpad.net

Commit message

remove libsyncindicator from services/panel-service.c

Description of the change

Remove unused DSO from panel service (see comments in https://code.launchpad.net/~xnox/unity/drop-u1/+merge/213851)

To post a comment you must log in.
Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

LGTM

Revision history for this message
Brandon Schaefer (brandontschaefer) wrote :

LGTM (APPROVED!)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'services/panel-service.c'
2--- services/panel-service.c 2014-03-12 21:27:32 +0000
3+++ services/panel-service.c 2014-04-02 19:56:12 +0000
4@@ -115,7 +115,6 @@
5 {"libapplication.so", NULL}, /* indicator-application" */
6 {"floating-indicators", NULL}, /* position-less NG indicators */
7 {"libprintersmenu.so", NULL}, /* indicator-printers */
8- {"libsyncindicator.so", NULL}, /* indicator-sync */
9 {"libapplication.so", "gsd-keyboard-xkb"}, /* keyboard layout selector */
10 {"libmessaging.so", NULL}, /* indicator-messages */
11 {"libpower.so", NULL}, /* indicator-power */