From d88e2f6976a8e3cfe3d195899cc28a2706b8439f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 22 Feb 2012 23:22:14 -0600 Subject: If we change the icon to show reboot we need to tell that to the a11y string as well --- src/indicator-session.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/indicator-session.c b/src/indicator-session.c index 1640ed4..5d894e8 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -516,6 +516,8 @@ receive_signal (GDBusProxy * proxy, g_debug ("reboot required"); indicator_image_helper_update(self->devices.image, ICON_RESTART); } + self->devices.accessible_desc = _("Device Menu (reboot required)"); + g_signal_emit(G_OBJECT(self), INDICATOR_OBJECT_SIGNAL_ACCESSIBLE_DESC_UPDATE_ID, 0, &(self->devices)); } } -- cgit v1.2.3