hid/gtk: Use gtk_notebook_get_n_pages() rather than diving in and counting
commit09d3ccc2c43c2e1bbb8f625d39e6f587403af858
authorPeter Clifton <pcjc2@cam.ac.uk>
Mon, 5 Sep 2011 15:11:37 +0000 (5 16:11 +0100)
committerPeter Clifton <pcjc2@cam.ac.uk>
Mon, 5 Sep 2011 16:00:28 +0000 (5 17:00 +0100)
tree7ba15fc6ca7058a9b4b0e083d2e7d9e131417753
parent3584101f67f6ca2f0a252c312cb0c6c9c4fa016f
hid/gtk: Use gtk_notebook_get_n_pages() rather than diving in and counting

In GTK3.0, direct access to notebook->children will be impossible.
src/hid/gtk/gui-config.c