GNOME Bugzilla – Bug 168530
gtk_accel_map_load: wasteful extra stat call.
Last modified: 2013-10-16 01:45:42 UTC
gtk_accel_map_load should not call g_file_test. It's pointless. Just because the file is regular at the time of the test doesn't mean it is regular at the time of the open.
gtk_accel_map_load still has g_file_test Updating gtk version to reflect current status
Created attachment 256466 [details] [review] Remove superfluous file test
Review of attachment 256466 [details] [review]: sure. not sure its really worth it, but won't do any harm.