Fix typo in example code. (#99078)

* gtk/tmpl/gtkcombo.sgml: Fix typo in example code.  (#99078)
This commit is contained in:
Matthias Clasen 2002-11-21 19:10:10 +00:00
parent c9b9d86571
commit 22ba97ac12
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-11-21 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkcombo.sgml: Fix typo in example code. (#99078)
Sun Nov 17 15:42:08 2002 Jonathan Blandford <jrb@gnome.org>
* gtk/tmpl/gtkliststore.sgml: add more to the docs.

View File

@ -60,7 +60,7 @@ items.</title>
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);