Mercurial > projects > package-update-indicator
changeset 14:f783ba95ec4a
Set application indicator title
The title property is displayed by some implementations in the menu and/or in
the tooltip.
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Sat, 14 Jul 2018 09:57:39 +0200 |
parents | d7d2ac4dbac6 |
children | 329aeecdd83a |
files | pui-application.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pui-application.c Tue Jul 10 13:06:09 2018 +0200 +++ b/pui-application.c Sat Jul 14 09:57:39 2018 +0200 @@ -486,6 +486,7 @@ self->indicator = app_indicator_new(APPLICATION_ID, "system-software-update", APP_INDICATOR_CATEGORY_APPLICATION_STATUS); + app_indicator_set_title(self->indicator, _("Package Update Indicator")); /* get menu from builder and add it to the indicator */ builder = gtk_builder_new_from_resource("/org/guido-berhoerster/code/"