]> Pileus Git - ~andy/gtk/commitdiff
Fix the enumerated name in the migration document.
authorRichard Hughes <richard@hughsie.com>
Mon, 9 Feb 2009 14:53:29 +0000 (14:53 +0000)
committerRichard Hughes <rhughes@src.gnome.org>
Mon, 9 Feb 2009 14:53:29 +0000 (14:53 +0000)
2009-02-09  Richard Hughes  <richard@hughsie.com>

* docs/reference/gtk/migrating-GtkEntry-icons.sgml:
Fix the enumerated name in the migration document.

svn path=/trunk/; revision=22298

ChangeLog
docs/reference/gtk/migrating-GtkEntry-icons.sgml

index 503f90b839f0ae09be2812371a40ddad275fbe42..4fd426f1a183cc63350d1619d99217342e4153cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-09  Richard Hughes  <richard@hughsie.com>
+
+       * docs/reference/gtk/migrating-GtkEntry-icons.sgml:
+       Fix the enumerated name in the migration document.
+
 2009-02-09  Cody Russell  <bratsche@gnome.org>
 
        * gdk/win32/gdkwin32.h: Add potentially missing #defines for
index b6cbee41c62c51aa9ce5679de8701d837eb93ddf..ce3b44dcbc2c0adde0ad84ade891260ee6734331 100644 (file)
@@ -20,7 +20,7 @@ sexy_icon_entry_set_icon (entry, SEXY_ICON_ENTRY_PRIMARY, image);
 </programlisting></informalexample>
     you can get rid of the @image, and directly write:
 <informalexample><programlisting>
-gtk_entry_set_icon_from_stock (entry, GTK_ICON_ENTRY_PRIMARY, GTK_STOCK_NEW);
+gtk_entry_set_icon_from_stock (entry, GTK_ENTRY_ICON_PRIMARY, GTK_STOCK_NEW);
 </programlisting></informalexample>
   </para>