From 63331bc7d84c4d4cf11b0746293c7264b057de0d Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 2 Mar 2012 15:57:24 -0600 Subject: Sets the title of the status icon to the title of the appindicator and the name to the ID --- src/app-indicator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/app-indicator.c b/src/app-indicator.c index 6c693e8..1e24bd1 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -1510,7 +1510,8 @@ fallback (AppIndicator * self) { GtkStatusIcon * icon = gtk_status_icon_new(); - gtk_status_icon_set_title(icon, app_indicator_get_id(self)); + gtk_status_icon_set_name(icon, app_indicator_get_id(self)); + gtk_status_icon_set_title(icon, app_indicator_get_title(self)); g_signal_connect(G_OBJECT(self), APP_INDICATOR_SIGNAL_NEW_STATUS, G_CALLBACK(status_icon_status_wrapper), icon); -- cgit v1.2.3