diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2012-08-23 12:48:05 -0400 |
|---|---|---|
| committer | Tarmac <> | 2012-08-23 12:48:05 -0400 |
| commit | 5e8691fe3cee19169e81ed48aa17fea23f4d8bfd (patch) | |
| tree | 420ea1ef32549edcf5a7c55c5abc12604e1f1b48 /services | |
| parent | ec62612cc759ace7cce17b75a48446044c6ba711 (diff) | |
| parent | 42f50126b3a5b734aaffd502d318e704df3ed35a (diff) | |
Adds the new Sync Indicator into panel-service's indicator_order list.. Fixes: . Approved by Omer Akram.
(bzr r2618)
Diffstat (limited to 'services')
| -rw-r--r-- | services/panel-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/panel-service.c b/services/panel-service.c index 8b4ae5634..d988a3df5 100644 --- a/services/panel-service.c +++ b/services/panel-service.c @@ -109,6 +109,7 @@ static const gchar * indicator_order[][2] = { {"libappmenu.so", NULL}, /* indicator-appmenu" */ {"libapplication.so", NULL}, /* indicator-application" */ {"libprintersmenu.so", NULL}, /* indicator-printers */ + {"libsyncindicator.so", NULL}, /* indicator-sync */ {"libapplication.so", "gsd-keyboard-xkb"}, /* keyboard layout selector */ {"libmessaging.so", NULL}, /* indicator-messages */ {"libpower.so", NULL}, /* indicator-power */ |
