diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 9980930117..676d64483a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-12-27 Matthias Clasen + + * gtk/migrating-GtkEntry-icons.sgml: Formatting fixes + 2008-12-27 Matthias Clasen * gtk/Makefile.am: Add migrating-GtkEntry-icons.sgml to diff --git a/docs/reference/gtk/migrating-GtkEntry-icons.sgml b/docs/reference/gtk/migrating-GtkEntry-icons.sgml index 4de5917f1b..2687c63a93 100644 --- a/docs/reference/gtk/migrating-GtkEntry-icons.sgml +++ b/docs/reference/gtk/migrating-GtkEntry-icons.sgml @@ -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: - - - Sensitive, but non-activatable icons are - good for purely informational purposes. - - - Icons should be marked as insensitive if the - function that they trigger is currently not available. - + + + Sensitive, but non-activatable icons are + good for purely informational purposes. + + + Icons should be marked as insensitive if the + function that they trigger is currently not available. + +