gtk+ r21951 - in trunk/docs/reference: . gtk



Author: matthiasc
Date: Sun Dec 28 06:14:43 2008
New Revision: 21951
URL: http://svn.gnome.org/viewvc/gtk+?rev=21951&view=rev

Log:
Formatting fixes


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/migrating-GtkEntry-icons.sgml

Modified: trunk/docs/reference/gtk/migrating-GtkEntry-icons.sgml
==============================================================================
--- trunk/docs/reference/gtk/migrating-GtkEntry-icons.sgml	(original)
+++ trunk/docs/reference/gtk/migrating-GtkEntry-icons.sgml	Sun Dec 28 06:14:43 2008
@@ -31,15 +31,16 @@
     whether the icon is activatable and sensitive. You should make
     sure that your icons are properly marked as activatable or nonactivatable
     and sensitive or insensitive:
-    <varlist>
-      <varlistentry>
-        <listitem><para>Sensitive, but non-activatable icons are
-        good for purely informational purposes.</para></listitem>
-      </varlistentry>
-      <varlistentry>
-        <listitem><para>Icons should be marked as insensitive if the
-        function that they trigger is currently not available.</para></listitem>
-      </varlistentry>
+    <itemizedlist>
+      <listitem><para>
+        Sensitive, but non-activatable icons are
+        good for purely informational purposes.
+      </para></listitem>
+      <listitem><para>
+        Icons should be marked as insensitive if the
+        function that they trigger is currently not available.
+      </para></listitem>
+    </itemizedlist>
   </para>
 
   <para>



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