GNOME Bugzilla – Bug 610184
gtk_assistant_set_current_page() segfaults if page number is < 0.
Last modified: 2010-02-23 16:19:18 UTC
API docs state that if negative page number is passed to gtk_assistant_set_current_page(), last page will be used.
Created attachment 153951 [details] Demonstration application.
Created attachment 153952 [details] [review] Fix for segfault.