[Xfce4-commits] [apps/parole] 01/01: Fix typos in appdata, parole-gst
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 00:50:24 CET 2017
This is an automated email from the git hooks/post-receive script.
bluesabre pushed a commit to branch master
in repository apps/parole.
commit f25d65c7dd168b5da01df6ef578e53873c1b359f
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Sat Feb 25 18:50:19 2017 -0500
Fix typos in appdata, parole-gst
---
data/appdata/parole.appdata.xml.in | 6 +++---
src/gst/parole-gst.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/data/appdata/parole.appdata.xml.in b/data/appdata/parole.appdata.xml.in
index 0ea9058..f7bfd22 100644
--- a/data/appdata/parole.appdata.xml.in
+++ b/data/appdata/parole.appdata.xml.in
@@ -15,7 +15,7 @@
</_p>
<_p>Parole features playback of local media files, including
video with subtitles support, Audio CDs, DVDs, and live streams.
- Parole is also extensible via plugins.
+ Parole is also extensible via plugins.
</_p>
</description>
@@ -49,8 +49,8 @@
<releases>
<release version="0.9.0" date="2017-02-11">
<description>
- <_p>This development release adds a new mini mode and the abilty to play
- or replay content by clicking the the circle icons. Theming is simplfied
+ <_p>This development release adds a new mini mode and the ability to play
+ or replay content by clicking the circle icons. Theming is simplified
and filenames are displayed when no ID3 tags are found.
</_p>
</description>
diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index 1986cfb..aca65e5 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -613,7 +613,7 @@ parole_gst_query_duration (ParoleGst *gst)
duration = absolute_duration / GST_SECOND;
live = ( absolute_duration == 0 );
- TRACE ("Duration %" G_GINT64_FORMAT "is_live=%d", duration, live);
+ TRACE ("Duration %" G_GINT64_FORMAT ", is_live=%d", duration, live);
g_object_set (G_OBJECT (gst->priv->stream),
"absolute-duration", absolute_duration,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list