GNOME Bugzilla – Bug 694828
Shuffle some initialization code around
Last modified: 2013-02-28 01:21:26 UTC
This puts it in more inline with what the rest of the code is doing, and fixes an issue where we'd append to the GI search path if more than one context was created.
Created attachment 237572 [details] [review] context: Move SetCStringsAreUTF8 to class_init Rather than use g_once_init_enter, simply use the standard place for the one-time initialization sequence.
Created attachment 237573 [details] [review] context: Do other one-time init stuff in class_init
Review of attachment 237572 [details] [review]: Ok.
Review of attachment 237573 [details] [review]: Looks good to me.
Attachment 237572 [details] pushed as cd3f528 - context: Move SetCStringsAreUTF8 to class_init Attachment 237573 [details] pushed as 5745453 - context: Do other one-time init stuff in class_init