[gnome-software] trivial: Make docbook valid XML
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Make docbook valid XML
- Date: Mon, 23 May 2016 13:16:18 +0000 (UTC)
commit b8b482fc6dfefe5b1387a7a0287974947451de70
Author: Richard Hughes <richard hughsie com>
Date: Mon May 23 13:08:53 2016 +0100
trivial: Make docbook valid XML
doc/api/gnome-software-docs.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/doc/api/gnome-software-docs.xml b/doc/api/gnome-software-docs.xml
index 4192d7b..06ef6d9 100644
--- a/doc/api/gnome-software-docs.xml
+++ b/doc/api/gnome-software-docs.xml
@@ -446,7 +446,7 @@ gs_plugin_refine_app (GsPlugin *plugin,
GError **error)
{
/* not required */
- if ((flags & GS_PLUGIN_REFINE_FLAGS_REQUIRE_LICENSE) == 0)
+ if ((flags & GS_PLUGIN_REFINE_FLAGS_REQUIRE_LICENSE) == 0)
return TRUE;
/* already set */
@@ -593,8 +593,8 @@ gs_plugin_adopt_app (GsPlugin *plugin, GsApp *app)
The GsApp returned from the second <code>add_installed()</code>
request will be the same GObject, and thus all the signals connecting
up to the UI will still be correct.
- This means we don't have to care about <em>migrating</em> the UI
- widgets as the object changes and things like progress bars just
+ This means we don't have to care about <emphasis>migrating</emphasis>
+ the UI widgets as the object changes and things like progress bars just
magically work.
</para>
<para>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]