forked from AuroraMiddleware/gtk
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:
parent
abcd0078d2
commit
08b8150598
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user