gutils: replace direct references to g_home_dir
authorRyan Lortie <desrt@desrt.ca>
Mon, 4 Feb 2013 13:40:03 +0000 (14:40 +0100)
committerRyan Lortie <desrt@desrt.ca>
Wed, 20 Feb 2013 11:09:29 +0000 (11:09 +0000)
commit167c73faf461cf84accffe190813ce0ab5ef6cdc
tree9fe9faa4596e14aea91c8d086262add0e65a8a6b
parent9879c7f5fa640d994dc1209ef333d4be706670f0
gutils: replace direct references to g_home_dir

Some code was directly calling g_get_any_init() and then expecting to be
able to use the static 'g_home_dir' variable directly.  Change these
over to g_get_home_dir() instead.

https://bugzilla.gnome.org/show_bug.cgi?id=693204
glib/gutils.c