[Xfce4-commits] [panel-plugins/xfce4-statusnotifier-plugin] 01/01: Update tooltip instead icon when new icon desc was got
noreply at xfce.org
noreply at xfce.org
Tue Aug 22 20:44:22 CEST 2017
This is an automated email from the git hooks/post-receive script.
n i n e t l s p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-statusnotifier-plugin.
commit 81329ab21c3e06aca903070c1544db585006f960
Author: Viktor Odintsev <ninetls at xfce.org>
Date: Tue Aug 22 21:42:51 2017 +0300
Update tooltip instead icon when new icon desc was got
---
panel-plugin/sn-item.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/sn-item.c b/panel-plugin/sn-item.c
index 69413ab..d9bbf0a 100644
--- a/panel-plugin/sn-item.c
+++ b/panel-plugin/sn-item.c
@@ -778,7 +778,7 @@ sn_item_get_all_properties_result (GObject *source_object,
else if (!g_strcmp0 (name, "IconAccessibleDesc"))
{
str_val1 = g_variant_get_string (value, NULL);
- update_new_string (str_val1, icon_desc, update_icon);
+ update_new_string (str_val1, icon_desc, update_tooltip);
}
else if (!g_strcmp0 (name, "AttentionIconName"))
{
@@ -793,7 +793,7 @@ sn_item_get_all_properties_result (GObject *source_object,
else if (!g_strcmp0 (name, "AttentionAccessibleDesc"))
{
str_val1 = g_variant_get_string (value, NULL);
- update_new_string (str_val1, attention_desc, update_icon);
+ update_new_string (str_val1, attention_desc, update_tooltip);
}
else if (!g_strcmp0 (name, "OverlayIconName"))
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list