[Xfce4-commits] [apps/parole] 01/01: Remove references to deprecated GtkAction

noreply at xfce.org noreply at xfce.org
Sun Jun 29 18:12:14 CEST 2014


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository apps/parole.

commit 9a6224c0dfb983cad1b2c9aa1e23c72fe893f432
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Jun 29 12:12:08 2014 -0400

    Remove references to deprecated GtkAction
---
 src/misc/parole-provider-player.c |    4 ++--
 src/parole-player.c               |    4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/misc/parole-provider-player.c b/src/misc/parole-provider-player.c
index 168833e..2b6978c 100644
--- a/src/misc/parole-provider-player.c
+++ b/src/misc/parole-provider-player.c
@@ -466,9 +466,9 @@ void parole_provider_player_open_media_chooser (ParoleProviderPlayer *player)
  * @player: a #ParoleProviderPlayer
  * @action: the #ParolePlayerAction to retrieve
  *
- * Get GtkAction from Parole.
+ * Get GSimpleAction from Parole.
  *
- * Returns: the requested #GtkAction.
+ * Returns: the requested #GSimpleAction.
  *
  *
  * Since: 0.6
diff --git a/src/parole-player.c b/src/parole-player.c
index 924819c..26ea662 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -83,9 +83,7 @@ GSimpleAction *previous_action;
 GSimpleAction *next_action;
 gboolean block_playlist_updates = FALSE;
 
-/* With the loss of GtkAction and the inability to pass objects or pointers
- * with GAction, we'll leave a reference to ParolePlayer on the outside
- * for now. */
+/* Temporary reference to ParolePlayer to cover for GSimpleAction. */
 ParolePlayer *parole_player = NULL;
 
 static void

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list