Re: [PATCH] Scaffold -- Dont crash if project creation script fails to spawn
Jeroen Zwartepoorte <[email protected]>
| Newsgroups | gmane.comp.gnome.devtools |
|---|---|
| Message-ID | <1062929946.1121.19.camel@orcrist> |
Committed: 2003-09-07 Rui Lopes <[email protected]> * data/Makefile.am: s/install-data-local/install-schemas. Fixes some gconf installation problems. * plugins/gnome-project-types/scaffold-gnome-application-type.c: (impl_create_project): Don't crash when spawn fails. Don't hardcode python path (use G_SPAWN_SEARCH_PATH instead). I removed the comment from project-tool.c Jeroen On Sun, 2003-08-31 at 23:17, Rui Lopes wrote: > Hi all, > > > In the attach are some Scaffold fixes: > > * If project creation script failed to spawn, scaffold crashed. > * Don't hardcode python command path, use G_SPAWN_SEARCH_PATH > g_spawn_xxx flag. > * errmsg/outmsg g_spawn_sync arguments were swapped. > * Schema switch `--disable-schemas-install' was being ignored. > > > Regards, > Rui Lopes