From 3c3d64c832c1291d5363e410f63e127fe2b9c00b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 9 Feb 2009 14:53:29 +0000 Subject: [PATCH] Fix the enumerated name in the migration document. 2009-02-09 Richard Hughes * docs/reference/gtk/migrating-GtkEntry-icons.sgml: Fix the enumerated name in the migration document. svn path=/trunk/; revision=22298 --- ChangeLog | 5 +++++ docs/reference/gtk/migrating-GtkEntry-icons.sgml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 503f90b83..4fd426f1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-09 Richard Hughes + + * docs/reference/gtk/migrating-GtkEntry-icons.sgml: + Fix the enumerated name in the migration document. + 2009-02-09 Cody Russell * gdk/win32/gdkwin32.h: Add potentially missing #defines for diff --git a/docs/reference/gtk/migrating-GtkEntry-icons.sgml b/docs/reference/gtk/migrating-GtkEntry-icons.sgml index b6cbee41c..ce3b44dcb 100644 --- a/docs/reference/gtk/migrating-GtkEntry-icons.sgml +++ b/docs/reference/gtk/migrating-GtkEntry-icons.sgml @@ -20,7 +20,7 @@ sexy_icon_entry_set_icon (entry, SEXY_ICON_ENTRY_PRIMARY, image); you can get rid of the @image, and directly write: -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); -- 2.43.2