<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">GTK+ is supposed to use glib. There is a nice g_get_home_dir function
in glib wich is a nice portable replacement for getenv("HOME") wich is
used in gtkrc.c

ChangeLog entry:

1999-01-23  Marin Purgar - PMC &lt;pmc@iskon.hr&gt;

	* gtkrc.c (gtk_rc_append_default_module_path): use
	g_get_home_dir instead of getenv("HOME")
</pre></body></html>