diff options
| author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-22 14:59:25 +0100 |
|---|---|---|
| committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-22 14:59:25 +0100 |
| commit | d3dbc5bf8ee1d3ab11d4f70bffe7735725c33a97 (patch) | |
| tree | 21a05611535d0ebadc51f81f4098ae338c757173 /services | |
| parent | 1fca11f56c50c5af56187b07216d89205f7841fb (diff) | |
Add indicator-printers support and remove whitelist entry of old printer applet
(bzr r2006.1.1)
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 d3a0e59b4..35225d97a 100644 --- a/services/panel-service.c +++ b/services/panel-service.c @@ -99,6 +99,7 @@ static guint32 _service_signals[LAST_SIGNAL] = { 0 }; static const gchar * indicator_order[][2] = { {"libappmenu.so", NULL}, /* indicator-appmenu" */ {"libapplication.so", NULL}, /* indicator-application" */ + {"libprintersmenu.so", NULL}, /* indicator-printers */ {"libapplication.so", "gsd-keyboard-xkb"}, /* keyboard layout selector */ {"libmessaging.so", NULL}, /* indicator-messages */ {"libpower.so", NULL}, /* indicator-power */ |
