[gnome-getting-started-docs] Fix conditionals for switch-tasks
- From: Petr Kovář <pmkovar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-getting-started-docs] Fix conditionals for switch-tasks
- Date: Fri, 19 Jun 2015 16:46:27 +0000 (UTC)
commit 7291994dda4cb684d2a35182fe82c31f847630dd
Author: Petr Kovar <pkovar redhat com>
Date: Fri Jun 19 18:45:53 2015 +0200
Fix conditionals for switch-tasks
gnome-help/C/getting-started.page | 4 +++-
gnome-help/C/gs-switch-tasks.page | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gnome-help/C/getting-started.page b/gnome-help/C/getting-started.page
index 883115a..ad4e959 100644
--- a/gnome-help/C/getting-started.page
+++ b/gnome-help/C/getting-started.page
@@ -150,10 +150,12 @@
<tt:div begin="1s" end="5s">
<tt:p>Switching Tasks</tt:p>
</tt:div>
- <tt:div if:test="!platform:gnome-classic" begin="5s" end="8s">
+ <if:if test="!platform:gnome-classic">
+ <tt:div begin="5s" end="8s">
<tt:p>Move your mouse pointer to the <gui>Activities</gui> corner at
the top left of the screen.</tt:p>
</tt:div>
+ </if:if>
<tt:div begin="9s" end="12s">
<tt:p>Click a window to switch to that task.</tt:p>
</tt:div>
diff --git a/gnome-help/C/gs-switch-tasks.page b/gnome-help/C/gs-switch-tasks.page
index 10e6ec1..6db05a7 100644
--- a/gnome-help/C/gs-switch-tasks.page
+++ b/gnome-help/C/gs-switch-tasks.page
@@ -29,10 +29,12 @@
<tt:div begin="1s" end="5s">
<tt:p>Switching Tasks</tt:p>
</tt:div>
- <tt:div if:test="!platform:gnome-classic" begin="5s" end="8s">
+ <if:if test="!platform:gnome-classic">
+ <tt:div begin="5s" end="8s">
<tt:p>Move your mouse pointer to the <gui>Activities</gui> corner at
the top left of the screen.</tt:p>
</tt:div>
+ </if:if>
<tt:div begin="9s" end="12s">
<tt:p>Click a window to switch to that task.</tt:p>
</tt:div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]