libgimp/gimp.c app/datafiles.c app/docindex.c app/gimprc.c app/gradient.c

* libgimp/gimp.c
* app/datafiles.c
* app/docindex.c
* app/gimprc.c
* app/gradient.c
* app/palette.c: use g_get_home_dir () instead of getenv ("HOME")

* app/fileops.c: #warning is a gccism

* app/invert.[ch]: minor cleanup

* app/menus.c: more cleanups

* app/blob.c: even more cleanups

* libgimp/parasite.c: YACU

* ltconfig
* ltmain.sh: CVS libtool 1.2e

* modules/Makefile.am: use -module and -avoid-version flags

* lic/Makefile.am
* mapcolor/Makefile.am
* xbm/Makefile.am: don't link with libjpeg here

-Yosh
This commit is contained in:
Manish Singh
1999-02-03 09:17:37 +00:00
parent 0b810d1ab9
commit a4213cf85e
38 changed files with 2130 additions and 1537 deletions

View File

@ -63,7 +63,7 @@ datafiles_read_directories (char *path_str,
/* Set local path to contain temp_path, where (supposedly)
* there may be working files.
*/
home = getenv("HOME");
home = g_get_home_dir ();
local_path = g_strdup (path_str);
/* Search through all directories in the local path */