[gnome-getting-started-docs] Remove if's for switch-tasks video



commit 84091a1571f6d20b0ada65f8f5dc25b3105beff8
Author: Petr Kovar <pkovar redhat com>
Date:   Fri Jun 19 18:28:53 2015 +0200

    Remove if's for switch-tasks video

 gnome-help/C/getting-started.page |    2 +-
 gnome-help/C/gs-switch-tasks.page |   10 +---------
 2 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/gnome-help/C/getting-started.page b/gnome-help/C/getting-started.page
index f0fb821..883115a 100644
--- a/gnome-help/C/getting-started.page
+++ b/gnome-help/C/getting-started.page
@@ -150,7 +150,7 @@
          <tt:div begin="1s" end="5s">
            <tt:p>Switching Tasks</tt:p>
          </tt:div>
-         <tt:div begin="5s" end="8s">
+         <tt:div if:test="!platform:gnome-classic" 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>
diff --git a/gnome-help/C/gs-switch-tasks.page b/gnome-help/C/gs-switch-tasks.page
index 650722c..10e6ec1 100644
--- a/gnome-help/C/gs-switch-tasks.page
+++ b/gnome-help/C/gs-switch-tasks.page
@@ -21,9 +21,6 @@
 
   <title>Switch tasks</title>
 
-<if:choose>
-<if:when test="!platform:gnome-classic">
-
   <ui:overlay width="812" height="452">
   <media type="video" its:translate="no" src="figures/gnome-task-switching.webm" width="700" height="394">
     <ui:thumb type="image" mime="image/svg" src="gs-thumb-task-switching.svg"/>
@@ -32,7 +29,7 @@
          <tt:div begin="1s" end="5s">
            <tt:p>Switching Tasks</tt:p>
          </tt:div>
-         <tt:div begin="5s" end="8s">
+         <tt:div if:test="!platform:gnome-classic" 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>
@@ -87,11 +84,6 @@
   </media>
   </ui:overlay>
 
-</if:when>
-<if:when test="platform:gnome-classic">
-</if:when>
-</if:choose>
-
   <section id="switch-tasks-overview">
     <title>Switch tasks</title>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]