[rhythmbox] status-icon: notify on art changes when position query fails (bug #609651)
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] status-icon: notify on art changes when position query fails (bug #609651)
- Date: Sun, 21 Mar 2010 10:02:13 +0000 (UTC)
commit 2ccdddcf2db71017341f3a821d647d5659601df7
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Mar 21 19:59:04 2010 +1000
status-icon: notify on art changes when position query fails (bug #609651)
plugins/status-icon/rb-status-icon-plugin.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/status-icon/rb-status-icon-plugin.c b/plugins/status-icon/rb-status-icon-plugin.c
index 4c931b5..bc6f59f 100644
--- a/plugins/status-icon/rb-status-icon-plugin.c
+++ b/plugins/status-icon/rb-status-icon-plugin.c
@@ -862,6 +862,8 @@ db_art_metadata_cb (RhythmDB *db,
if (time < PLAYING_ENTRY_NOTIFY_TIME) {
notify_playing_entry (plugin, FALSE);
}
+ } else {
+ notify_playing_entry (plugin, FALSE);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]