[gnome-panel] status-notifier: fix copy-paste error
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel] status-notifier: fix copy-paste error
- Date: Sat, 12 Nov 2016 00:50:19 +0000 (UTC)
commit 1795221536e16e74bc6756c551dd9ba43c01e3e0
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sat Nov 12 02:50:05 2016 +0200
status-notifier: fix copy-paste error
applets/status-notifier/sn-item-v0.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applets/status-notifier/sn-item-v0.c b/applets/status-notifier/sn-item-v0.c
index 15e832e..dbcb546 100644
--- a/applets/status-notifier/sn-item-v0.c
+++ b/applets/status-notifier/sn-item-v0.c
@@ -264,7 +264,7 @@ update (SnItemV0 *v0)
}
else if (tip->text != NULL && *tip->text != '\0')
{
- markup = g_strdup (tip->title);
+ markup = g_strdup (tip->text);
}
gtk_widget_set_tooltip_markup (GTK_WIDGET (v0), markup);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]