mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 21:48:09 +02:00
viewer: Add a title to the status icon
This commit is contained in:
parent
288a42120e
commit
37522b68c3
1 changed files with 2 additions and 1 deletions
|
|
@ -332,7 +332,8 @@ main (int argc, char *argv[])
|
|||
else
|
||||
exit (0);
|
||||
|
||||
gtk_status_icon_set_tooltip (icon, _("Boot messages"));
|
||||
gtk_status_icon_set_tooltip (icon, _("Console output from services during system startup"));
|
||||
gtk_status_icon_set_title (icon, _("Boot messages"));
|
||||
|
||||
g_signal_connect (icon, "activate", G_CALLBACK (activate_icon), window);
|
||||
g_signal_connect (icon, "popup-menu", G_CALLBACK (popup_menu), menu);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue