forked from AuroraMiddleware/gtk
Fix the enumerated name in the migration document.
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
This commit is contained in:
parent
f1ed4f7347
commit
3c3d64c832
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user