[gnome-devel-docs] platform-demos: fixed validation error.



commit 4bcef3a8da52522083c56cdb9afb59b50800cc20
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Sat Apr 7 16:26:03 2012 -0400

    platform-demos: fixed validation error.

 platform-demos/C/beginner.js.page   |    2 +-
 platform-demos/C/beginner.vala.page |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/platform-demos/C/beginner.js.page b/platform-demos/C/beginner.js.page
index 5951de7..40b6533 100644
--- a/platform-demos/C/beginner.js.page
+++ b/platform-demos/C/beginner.js.page
@@ -38,7 +38,7 @@
     </section>
     <section id="font-selectors"><title>Font selectors</title>
     </section>
-    <section id="selectors"><title>Color Selectors</title>
+    <section id="color-selectors"><title>Color Selectors</title>
     </section>
   </section>
   <section id="layout"><title>Layout containers</title>
diff --git a/platform-demos/C/beginner.vala.page b/platform-demos/C/beginner.vala.page
index 452dc98..edb6888 100644
--- a/platform-demos/C/beginner.vala.page
+++ b/platform-demos/C/beginner.vala.page
@@ -5,6 +5,8 @@
 
 <info>
   <link type="guide" xref="index#vala"/>
+  <revision version="0.1" date="2012-02-19" status="stub"/>
+
   <desc>A beginner's guide to GUI programming using GTK+, including code samples and practice exercises.</desc>
   <credit type="author">
     <name>Tiffany Antopolski</name>
@@ -12,7 +14,6 @@
   </credit>
 </info>
 
-
 <title>0 Beginner's Tutorials</title>
 <synopsis>
  <p>If you have never programmed before, or are not familiar with the concepts of object oriented programming, you may need to learn a few basics first.  The book <link href="http://learnpythonthehardway.org/book/";>Learn Python the Hard Way</link> may be a better place for you to start. Once you master the basics, be sure to come back and check out these tutorials.</p>
@@ -38,6 +39,7 @@
 <section id="samples">
 <title>Code samples</title>
   <section id="windows"><title>Windows</title>
+    <p></p>
   </section>
   <section id="display-widgets"><title>Display widgets</title>
   </section>
@@ -52,7 +54,7 @@
     </section>
     <section id="font-selectors"><title>Font selectors</title>
     </section>
-    <section id="selectors"><title>Color Selectors</title>
+    <section id="color-selectors"><title>Color Selectors</title>
     </section>
   </section>
   <section id="layout"><title>Layout containers</title>



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