diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 8fdb835aea..9e6b874161 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2002-11-21 Matthias Clasen + + * gtk/tmpl/gtkcombo.sgml: Fix typo in example code. (#99078) + Sun Nov 17 15:42:08 2002 Jonathan Blandford * gtk/tmpl/gtkliststore.sgml: add more to the docs. diff --git a/docs/reference/gtk/tmpl/gtkcombo.sgml b/docs/reference/gtk/tmpl/gtkcombo.sgml index 67a17b8f87..30db1ddba9 100644 --- a/docs/reference/gtk/tmpl/gtkcombo.sgml +++ b/docs/reference/gtk/tmpl/gtkcombo.sgml @@ -60,7 +60,7 @@ items. arrow = gtk_arrow_new (GTK_ARROW_RIGHT, GTK_SHADOW_OUT); gtk_widget_show (arrow); - gtk_box_pack_start (GTK_BOX (hbox), pixmap, FALSE, FALSE, 0); + gtk_box_pack_start (GTK_BOX (hbox), arrow, FALSE, FALSE, 0); label = gtk_label_new ("First Item"); gtk_widget_show (label);