[rhythmbox] mpris: fix ridiculous typo in the SetPosition method handler



commit ab0e4fab95fe76d39d3e33f61ee3b01cd0e8b258
Author: Jonathan Matthew <jonathan d14n org>
Date:   Wed Aug 18 08:55:41 2010 +1000

    mpris: fix ridiculous typo in the SetPosition method handler

 plugins/mpris/rb-mpris-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/mpris/rb-mpris-plugin.c b/plugins/mpris/rb-mpris-plugin.c
index 671c4b0..4e54804 100644
--- a/plugins/mpris/rb-mpris-plugin.c
+++ b/plugins/mpris/rb-mpris-plugin.c
@@ -563,7 +563,7 @@ handle_player_method_call (GDBusConnection *connection,
 		g_variant_get (parameters, "(x)", &offset);
 		rb_shell_player_seek (plugin->player, offset / G_USEC_PER_SEC);
 		g_dbus_method_invocation_return_value (invocation, NULL);
-	} else if (g_strcmp0 (method_name, "SetPositionSet") == 0) {
+	} else if (g_strcmp0 (method_name, "SetPosition") == 0) {
 		RhythmDBEntry *playing_entry;
 		RhythmDBEntry *client_entry;
 		gint64 position;



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