aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indicator-printers-menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-printers-menu.c b/src/indicator-printers-menu.c
index 8aa4c62..95bee79 100644
--- a/src/indicator-printers-menu.c
+++ b/src/indicator-printers-menu.c
@@ -112,6 +112,7 @@ update_printer_menuitem (IndicatorPrintersMenu *self,
item = dbusmenu_menuitem_new ();
dbusmenu_menuitem_property_set (item, "type", "indicator-item");
dbusmenu_menuitem_property_set (item, "indicator-icon-name", "printer");
+ dbusmenu_menuitem_property_set (item, "indicator-label", printer);
g_signal_connect_data (item, "item-activated",
G_CALLBACK (show_system_settings),
g_strdup (printer), (GClosureNotify) g_free, 0);