Formatting fixes

svn path=/trunk/; revision=21951
This commit is contained in:
Matthias Clasen
2008-12-28 06:14:43 +00:00
parent 517a2a352b
commit 3c05258e10
2 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +1,7 @@
2008-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/migrating-GtkEntry-icons.sgml: Formatting fixes
2008-12-27 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am: Add migrating-GtkEntry-icons.sgml to

View File

@@ -31,15 +31,16 @@ gtk_entry_set_icon_from_stock (entry, GTK_ICON_ENTRY_PRIMARY, GTK_STOCK_NEW);
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>