GNOME Bugzilla – Bug 661257
giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
Last modified: 2011-10-15 21:59:02 UTC
Created attachment 198594 [details] [review] Use G_SEARCHPATH_SEPARATOR_S rather than hard-coded string As the title says, giomodules uses a hard-coded string instead of G_SEARCHPATH_SEPARATOR_S for the path separator when looking at the environment variable GIO_EXTRA_MODULES. Small patch attached. Patch against 2.30.x but applies to previous versions too.
Review of attachment 198594 [details] [review]: Looks fine to me
The following fix has been pushed: 33a86fc GIOModule: Use G_SEARCHPATH_SEPARATOR_S instead of ":"
Created attachment 199080 [details] [review] GIOModule: Use G_SEARCHPATH_SEPARATOR_S instead of ":"