[Xfce4-commits] [apps/parole] 03/03: Minor cleanup
noreply at xfce.org
noreply at xfce.org
Mon Jun 9 01:51:10 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 dbd8d1887156e0bb33d55e997e461586ad9f8618
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sun Jun 8 19:51:02 2014 -0400
Minor cleanup
---
src/parole-utils.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/parole-utils.h b/src/parole-utils.h
index 65ea5b3..972b6c3 100644
--- a/src/parole-utils.h
+++ b/src/parole-utils.h
@@ -59,9 +59,9 @@ gchar *parole_taglibc_get_media_length (ParoleFile *file);
GSimpleAction* g_simple_toggle_action_new (const gchar *action_name,
const GVariantType *parameter_type);
-gboolean g_simple_toggle_action_get_active (GSimpleAction *simple);
+gboolean g_simple_toggle_action_get_active (GSimpleAction *simple);
-void g_simple_toggle_action_set_active (GSimpleAction *simple,
+void g_simple_toggle_action_set_active (GSimpleAction *simple,
gboolean active);
#endif /* __PAROLE_UTILS_ */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list