gnomemm r2117 - in libgnomedbmm/trunk: . docs/tutorial



Author: arminb
Date: Mon Mar 23 13:03:26 2009
New Revision: 2117
URL: http://svn.gnome.org/viewvc/gnomemm?rev=2117&view=rev

Log:
2009-03-23  Armin Burgmeier  <armin openismus com>

	* docs/tutorial/libgnomedbmm-tut.xml: Fixed confusing use of single
	and double quotes in the section about modification queries (Francis
	Smit).


Modified:
   libgnomedbmm/trunk/ChangeLog
   libgnomedbmm/trunk/docs/tutorial/libgnomedbmm-tut.xml

Modified: libgnomedbmm/trunk/docs/tutorial/libgnomedbmm-tut.xml
==============================================================================
--- libgnomedbmm/trunk/docs/tutorial/libgnomedbmm-tut.xml	(original)
+++ libgnomedbmm/trunk/docs/tutorial/libgnomedbmm-tut.xml	Mon Mar 23 13:03:26 2009
@@ -642,15 +642,15 @@
 
 <para>
 <programlisting>
-##/*:name=&apos;+0&quot; :type=&quot;gint&apos;*/
-##/*:name=&apos;-1&quot; :type=&quot;gchararray&apos;*/
+##/*:name=&apos;+0&apos; :type=&apos;gint&apos;*/
+##/*:name=&apos;-1&apos; :type=&apos;gchararray&apos;*/
 </programlisting>
 </para>
 
 <para>
 Such a placeholder always begins with the sequence ##/* and ends with */. In
 between, multiple key-value pairs may be specified in the form
-:key=&quot;value&quot;. The special value &quot;+&lt;number&gt;&quot; is
+:key=&apos;value&apos;. The special value &quot;+&lt;number&gt;&quot; is
 replaced by the new value in the column in the <classname>Gnome::Gda::DataModel</classname> with index &lt;number&gt;.
 Likewise, &quot;-&lt;number&gt;&quot; is replaced by the old value in
 the column in the <classname>Gnome::Gda::DataModel</classname> with index &lt;number&gt;.



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