[banshee] [NotificationArea] Also update notification's summary (track title)
- From: Bertrand Lorentz <blorentz src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] [NotificationArea] Also update notification's summary (track title)
- Date: Fri, 13 Nov 2009 22:30:06 +0000 (UTC)
commit 200248756cea7f0dc89c6e6166005d1abc852c42
Author: Michael L. Martin-Smucker <mlmartin13 gmail com>
Date: Fri Nov 13 16:51:04 2009 -0500
[NotificationArea] Also update notification's summary (track title)
Fixes BGO#601834.
Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>
.../NotificationAreaService.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs
index 84d4a68..aa0c51c 100644
--- a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs
+++ b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs
@@ -458,6 +458,7 @@ namespace Banshee.NotificationArea
current_nf = new Notification (current_track.DisplayTrackTitle,
message, image, notif_area.Widget);
} else {
+ current_nf.Summary = current_track.DisplayTrackTitle;
current_nf.Body = message;
current_nf.Icon = image;
current_nf.AttachToWidget (notif_area.Widget);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]