From 617618a1cbbb47669f8b0026d3073165c01870e5 Mon Sep 17 00:00:00 2001 From: John Finlay Date: Thu, 1 Jul 2004 09:13:47 +0000 Subject: pygtk-gtkcombobox.xml (Description) Fix typo. pygtk-introduction.xml Fix * pygtk-gtkcombobox.xml (Description) Fix typo. * pygtk-introduction.xml Fix broken link * pygtk-gtkentrycompletion.xml Fix typo. Fixes #145239 thanks to Olav Vitters --- docs/reference/ChangeLog | 7 +++++++ docs/reference/pygtk-gtkcombobox.xml | 2 +- docs/reference/pygtk-gtkentrycompletion.xml | 2 +- docs/reference/pygtk-introduction.xml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 4065686f..65d67fc4 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,10 @@ +2004-07-01 John Finlay + + * pygtk-gtkcombobox.xml (Description) Fix typo. + * pygtk-introduction.xml Fix broken link + * pygtk-gtkentrycompletion.xml Fix typo. + Fixes #145239 thanks to Olav Vitters + 2004-06-30 John Finlay * pygtk-gtktreesortable.xml (Description) diff --git a/docs/reference/pygtk-gtkcombobox.xml b/docs/reference/pygtk-gtkcombobox.xml index 988ed9eb..d5844852 100644 --- a/docs/reference/pygtk-gtkcombobox.xml +++ b/docs/reference/pygtk-gtkcombobox.xml @@ -247,7 +247,7 @@ look like lists rather than menus. function is equivalent to: - liststore = gtk.Liststore(gobject.TYPE_STRING) + liststore = gtk.ListStore(gobject.TYPE_STRING) combobox = gtk.ComboBox(liststore) cell = gtk.CellRendererText() combobox.pack_start(cell, gtk.TRUE) diff --git a/docs/reference/pygtk-gtkentrycompletion.xml b/docs/reference/pygtk-gtkentrycompletion.xml index d40301da..8d9b5527 100644 --- a/docs/reference/pygtk-gtkentrycompletion.xml +++ b/docs/reference/pygtk-gtkentrycompletion.xml @@ -218,7 +218,7 @@ something like: # 'text' attribute completion.set_text_column(0) # load up the liststore with string - pixbuf data - assuming pixbuf created - ls.append(['string text', pixbuf]) + liststore.append(['string text', pixbuf]) This will create an entry that will display a pixbuf and the text diff --git a/docs/reference/pygtk-introduction.xml b/docs/reference/pygtk-introduction.xml index a93d7a84..d09ad7f2 100644 --- a/docs/reference/pygtk-introduction.xml +++ b/docs/reference/pygtk-introduction.xml @@ -15,7 +15,7 @@ attempted to document as much of the PyGTK omissions. If you discover any of these please send me email at finlay@moeraki.com or file a -bug report at bugzilla.gnome.org +bug report at bugzilla.gnome.org for the pygtk project. Specific areas that have not been documented include: -- cgit v1.2.1