[goobox] update the notification area when the metadata is updated
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] update the notification area when the metadata is updated
- Date: Sun, 5 Jun 2011 16:52:02 +0000 (UTC)
commit 8db1142f915138c026f2d24c864454bade55fa07
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Jun 5 18:51:23 2011 +0200
update the notification area when the metadata is updated
src/goo-window.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/goo-window.c b/src/goo-window.c
index d9bfa82..62e02ce 100644
--- a/src/goo-window.c
+++ b/src/goo-window.c
@@ -1375,6 +1375,10 @@ player_start_cb (GooPlayer *player,
notify_current_state (window, action);
break;
+ case GOO_PLAYER_ACTION_METADATA:
+ notify_current_state (window, action);
+ break;
+
default:
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]