[goobox] update the notification area when the metadata is updated



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]