diff options
author | Jonathan Blandford <jrb@redhat.com> | 2004-12-17 18:52:09 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2004-12-17 18:52:09 +0000 |
commit | 55e724b087ab06d1bd8c771ca6dd52ec2bd799e2 (patch) | |
tree | e0fcb1a7578c50735df93a792a91b5ba9a00a55c /docs/reference | |
parent | f42ce4a24e5e15a1532402ba302dd52b31d5360b (diff) | |
download | gdk-pixbuf-55e724b087ab06d1bd8c771ca6dd52ec2bd799e2.tar.gz |
spell missing stock icons correctly.
Fri Dec 17 13:51:17 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/Makefile.am (HTML_IMAGES): spell missing stock icons
correctly.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gtk/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtk-unused.sgml | 8 |
3 files changed, 14 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 3d40d17bd..481cdcc77 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 17 13:51:17 2004 Jonathan Blandford <jrb@redhat.com> + + * gtk/Makefile.am (HTML_IMAGES): spell missing stock icons + correctly. + 2004-12-16 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkfeatures.sgml: Improve wording. (#161484, diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 6540e10ee..e7b32b521 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -202,7 +202,7 @@ HTML_IMAGES = \ $(top_srcdir)/gtk/stock-icons/stock_media_next_24.png \ $(top_srcdir)/gtk/stock-icons/stock_media_pause_24.png \ $(top_srcdir)/gtk/stock-icons/stock_media_play_24.png \ - $(top_srcdir)/gtk/stock-icons/stock_media_play__rtl_24.png \ + $(top_srcdir)/gtk/stock-icons/stock_media_play_rtl_24.png \ $(top_srcdir)/gtk/stock-icons/stock_media_previous_24.png \ $(top_srcdir)/gtk/stock-icons/stock_media_record_24.png \ $(top_srcdir)/gtk/stock-icons/stock_media_rewind_24.png \ diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index 01599ab3b..7b038c2a6 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -1873,6 +1873,14 @@ Sets the default size of child buttons. @Returns: +<!-- ##### FUNCTION gtk_cell_view_set_cell_data ##### --> +<para> + +</para> + +@cell_view: +@cellview: + <!-- ##### FUNCTION gtk_clist_construct ##### --> <para> Initializes a previously allocated #GtkCList widget for use. This should not |