Bug #554002. Add cache's page count when add pages.

2008-11-24  Li Yuan  <li.yuan@sun.com>

        * gailnotebook.c: (gail_notebook_page_added):
        Bug #554002. Add cache's page count when add pages.

svn path=/trunk/; revision=21800
This commit is contained in:
Li Yuan 2008-11-24 06:33:34 +00:00 committed by Li Yuan
parent abcd0078d2
commit 08b8150598
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-11-24 Li Yuan <li.yuan@sun.com>
* gailnotebook.c: (gail_notebook_page_added):
Bug #554002. Add cache's page count when add pages.
2008-10-13 Matthias Clasen <mclasen@redhat.com>
Bug 555953 libferret missing link against libgtk-x11

View File

@ -148,6 +148,7 @@ gail_notebook_page_added (GtkNotebook *gtk_notebook,
atk_obj = gtk_widget_get_accessible (GTK_WIDGET (gtk_notebook));
notebook = GAIL_NOTEBOOK (atk_obj);
create_notebook_page_accessible (notebook, gtk_notebook, page_num, FALSE, NULL);
notebook->page_count++;
}
static void