[gnome-bluetooth] Add a11y name to the applet



commit 90fd3fe904761553a7bba811b42101581b87cba7
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Mar 17 15:35:34 2010 +0000

    Add a11y name to the applet
    
    https://bugzilla.gnome.org/show_bug.cgi?id=613162

 applet/notify.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/applet/notify.c b/applet/notify.c
index e884f62..f82b106 100644
--- a/applet/notify.c
+++ b/applet/notify.c
@@ -111,6 +111,8 @@ GtkStatusIcon *init_notification(void)
 	notify_init("bluetooth-manager");
 
 	statusicon = gtk_status_icon_new_from_icon_name(icon_name);
+	gtk_status_icon_set_title (GTK_STATUS_ICON (statusicon),
+				   _("Bluetooth"));
 	gtk_status_icon_set_tooltip_markup(statusicon, tooltip);
 
 	return statusicon;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]