From: Peter L. <gai...@si...> - 2005-10-29 00:41:29
|
Sean Egan wrote: > Update of /cvsroot/gaim/gaim/src > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1324/src > > Modified Files: > proxy.c gtkprefs.c util.h util.c gtkutils.c > Log Message: > Use GNOME proxy preferences. > Works For Me. People are going to go crazy. > We'll try it out in beta. > > <snip> > + if (!g_spawn_command_line_sync("gconftool-2 -g /system/http_proxy/use_http_proxy", &tmp, > + NULL, NULL, NULL)) <snip> From my experience with g_spawn_command_line_sync in /exec plugin, it's evil. You're presuming that gconftool-2 will return nicely and in a timely manner. |