diff options
-rw-r--r-- | plugins/mpris/msd-mpris-manager.c | 5 | ||||
-rw-r--r-- | plugins/mpris/msd-mpris-manager.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/mpris/msd-mpris-manager.c b/plugins/mpris/msd-mpris-manager.c index bee66e7..1e7f154 100644 --- a/plugins/mpris/msd-mpris-manager.c +++ b/plugins/mpris/msd-mpris-manager.c @@ -1,6 +1,9 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- * * Copyright (C) 2013 Stefano Karapetsas <[email protected]> + * 2013 Steve Zesch <[email protected]> + * 2007 William Jon McCann <[email protected]> + * 2007 Jan Arne Petersen <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -144,6 +147,8 @@ mp_name_vanished (GDBusConnection *connection, g_free (player_name); } +/* Code copied from Totem media player + * src/plugins/media-player-keys/totem-media-player-keys.c */ static void on_media_player_key_pressed (MsdMprisManager *manager, const gchar *key) diff --git a/plugins/mpris/msd-mpris-manager.h b/plugins/mpris/msd-mpris-manager.h index 9b2e8e3..a5671ec 100644 --- a/plugins/mpris/msd-mpris-manager.h +++ b/plugins/mpris/msd-mpris-manager.h @@ -1,6 +1,7 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- * * Copyright (C) 2013 Stefano Karapetsas <[email protected]> + * 2007 William Jon McCann <[email protected]> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |