GNOME Bugzilla – Bug 571068
gvc preferences code cleanup
Last modified: 2009-03-04 21:32:38 UTC
The attached patch cleans up the gvc preferences.c file a little bit. It basically adds the pagenum directly to the gtk_list_store and then avoids having to look up the pagenum in the sort_by_page_num function. This makes the code simpler and should be a bit more efficient since string comparisons aren't needed to determine the page number.
Created attachment 128314 [details] [review] patch
Note this patch was written by Garrett D'Amore <garrett.damore@sun.com>
Fixed in SVN head.