[rhythmbox] mpris: change bus name back to org.mpris.MediaPlayer2.rhythmbox



commit 663b48697ee44ad71a440e4fffb2d0b35553f039
Author: Jonathan Matthew <jonathan d14n org>
Date:   Mon Feb 27 22:16:02 2012 +1000

    mpris: change bus name back to org.mpris.MediaPlayer2.rhythmbox
    
    People expect the bus name to match the desktop file name, and there's
    no difference between 0.x and 3.x for mpris users.

 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 a0bfe34..a297c0f 100644
--- a/plugins/mpris/rb-mpris-plugin.c
+++ b/plugins/mpris/rb-mpris-plugin.c
@@ -1532,7 +1532,7 @@ impl_activate (PeasActivatable *bplugin)
 	g_object_unref (ui_manager);
 
 	plugin->name_own_id = g_bus_own_name (G_BUS_TYPE_SESSION,
-					      MPRIS_BUS_NAME_PREFIX ".rhythmbox3",
+					      MPRIS_BUS_NAME_PREFIX ".rhythmbox",
 					      G_BUS_NAME_OWNER_FLAGS_NONE,
 					      NULL,
 					      (GBusNameAcquiredCallback) name_acquired_cb,



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