[gnome-devel-docs] tutorials: trivial changes.



commit 4491ba9ead2fe644b65c7ff9e53840a4b51f4690
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Sat Apr 7 18:46:42 2012 -0400

    tutorials: trivial changes.

 platform-demos/C/beginner.js.page   |    4 +++-
 platform-demos/C/beginner.vala.page |    2 ++
 platform-demos/C/button.vala.page   |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/beginner.js.page b/platform-demos/C/beginner.js.page
index ba0ac6d..9b38c0d 100644
--- a/platform-demos/C/beginner.js.page
+++ b/platform-demos/C/beginner.js.page
@@ -29,7 +29,7 @@
   <steps>
     <item><p>Copy and paste the code into <var>filename</var>.js</p></item>
     <item><p>In the terminal type:</p>
-          <p><screen>gjs <var>filename</var>.js</screen></p></item>
+          <screen>gjs <var>filename</var>.js</screen></item>
   </steps>
 
   <section id="windows"><title>Windows</title>
@@ -56,6 +56,8 @@
   </section>
   <section id="scrolling"><title>Scrolling</title>
   </section>
+  <section id="miscellaneous"><title>Miscellaneous</title>
+  </section>
 </section>
 
 <section id="exercises">
diff --git a/platform-demos/C/beginner.vala.page b/platform-demos/C/beginner.vala.page
index edb6888..95a1b45 100644
--- a/platform-demos/C/beginner.vala.page
+++ b/platform-demos/C/beginner.vala.page
@@ -63,6 +63,8 @@
   </section>
   <section id="scrolling"><title>Scrolling</title>
   </section>
+  <section id="misc"><title>Miscellaneous</title>
+  </section>
 </section>
 
 <section id="exercises">
diff --git a/platform-demos/C/button.vala.page b/platform-demos/C/button.vala.page
index 21bada0..bf2fb1a 100644
--- a/platform-demos/C/button.vala.page
+++ b/platform-demos/C/button.vala.page
@@ -11,7 +11,7 @@
       <years>2012</years>
     </credit>
 
-    <desc>A button widget which is connected to a progress bar</desc>
+    <desc>A widget that emits a signal when clicked</desc>
   </info>
 
   <title>Button widget</title>



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