[glom] Film Manager example: Change default table.



commit 4146efc4632ea8f9cf3156e274a2f8588ded3c69
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 18 15:47:27 2011 +0200

    Film Manager example: Change default table.
    
    * examples/example_film_manager.glom: Make the Scenes table appear first so
    people get a better idea of what this is about - managing production of a
    single film, not managing a collection of films.

 ChangeLog                          |    8 ++++++++
 examples/example_film_manager.glom |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3b8e49d..ae6623d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-10-18  Murray Cumming  <murrayc murrayc com>
 
+	Film Manager example: Change default table.
+
+	* examples/example_film_manager.glom: Make the Scenes table appear first so
+	people get a better idea of what this is about - managing production of a
+	single film, not managing a collection of films.
+
+2011-10-18  Murray Cumming  <murrayc murrayc com>
+
 	Add a test for the locale problem and for a missing translated date format.
 
 	* tests/test_glom_date_in_locales.sh: A new test that sets LANG and then tries
diff --git a/examples/example_film_manager.glom b/examples/example_film_manager.glom
index 659d899..c2dac73 100644
--- a/examples/example_film_manager.glom
+++ b/examples/example_film_manager.glom
@@ -789,7 +789,7 @@
     <reports/>
     <print_layouts/>
   </table>
-  <table name="contacts" default="true" title="Contacts">
+  <table name="contacts" title="Contacts">
     <example_rows>
       <example_row>
         <value column="contact_id">0</value>
@@ -3411,7 +3411,7 @@
     <reports/>
     <print_layouts/>
   </table>
-  <table name="scenes" title="Scenes">
+  <table name="scenes" default="true" title="Scenes">
     <example_rows>
       <example_row>
         <value column="scene_id">1</value>



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