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.
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 Jul 14 09:57:39 2018 +0200 (2018-07-14) |
parents | d7d2ac4dbac6 |
children | 329aeecdd83a |
files | pui-application.c |
line diff
1.1 --- a/pui-application.c Tue Jul 10 13:06:09 2018 +0200 1.2 +++ b/pui-application.c Sat Jul 14 09:57:39 2018 +0200 1.3 @@ -486,6 +486,7 @@ 1.4 self->indicator = app_indicator_new(APPLICATION_ID, 1.5 "system-software-update", 1.6 APP_INDICATOR_CATEGORY_APPLICATION_STATUS); 1.7 + app_indicator_set_title(self->indicator, _("Package Update Indicator")); 1.8 1.9 /* get menu from builder and add it to the indicator */ 1.10 builder = gtk_builder_new_from_resource("/org/guido-berhoerster/code/"