[gnome-devel-docs] platform-demos: remove reference to non-existent image



commit 0965227aaab1d72ec95b32659b5722b8cd7f883f
Author: Tiffany Ann Antopolski <tiffany antopolski gmail com>
Date:   Mon Jul 1 03:02:25 2013 -0400

    platform-demos: remove reference to non-existent image
    
    bug #682987

 platform-demos/C/03_getting_the_signal.js.page |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/03_getting_the_signal.js.page b/platform-demos/C/03_getting_the_signal.js.page
index 60f5ff2..501d4e9 100644
--- a/platform-demos/C/03_getting_the_signal.js.page
+++ b/platform-demos/C/03_getting_the_signal.js.page
@@ -157,8 +157,6 @@ app.application.run (ARGV);
 
     <p>A Switch has two positions, Off and On. When a Switch is turned on, its text and background color 
change, so you can tell which position it's in.</p>
 
-    <media type="image" mime="image/png" src="media/03_jssignal_02b.png"/>
-
     <p>You may have seen Switches like these in GNOME's accessibility menu, which let you turn features like 
large text and the on-screen keyboard on and off. In this case, the Switch controls our imaginary cookie 
dispenser. If the Switch is turned on, you can get cookies by clicking the "Get a cookie" Button. If it's 
turned off, clicking the Button won't do anything.</p>
     <note style="tip"><p>You can get to the accessibility menu by clicking on the outline of a human, near 
your name in the upper-right corner of the screen.</p></note>
     <p>Here's how we create the Switch:</p>


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