[banshee/1.5.1-fixes: 41/56] [NotificationArea] Also update notification's summary (track title)
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/1.5.1-fixes: 41/56] [NotificationArea] Also update notification's summary (track title)
- Date: Mon, 22 Mar 2010 18:07:31 +0000 (UTC)
commit b981d708fccd98f1425e74cccf06e7dad7271af5
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]