[rhythmbox/media-player-sync] media-player: use the right name for the sync action



commit b8c52e9601196b0bf458f77def3f29dd27c375bf
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Jan 24 18:18:11 2010 +1000

    media-player: use the right name for the sync action

 sources/rb-media-player-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sources/rb-media-player-source.c b/sources/rb-media-player-source.c
index a2c953d..a787f2b 100644
--- a/sources/rb-media-player-source.c
+++ b/sources/rb-media-player-source.c
@@ -208,7 +208,7 @@ rb_media_player_source_constructed (GObject *object)
 					     G_OBJECT (shell),
 					     rb_media_player_source_actions,
 					     G_N_ELEMENTS (rb_media_player_source_actions));
-	priv->sync_action = gtk_action_group_get_action (priv->action_group, "MediaPlayerSync");
+	priv->sync_action = gtk_action_group_get_action (priv->action_group, "MediaPlayerSourceSync");
 }
 
 static gboolean



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]