GnuCash 2.1.1 released
The GnuCash development team proudly announces GnuCash 2.1.1 aka
"Bug-begone", the second of several unstable 2.1.x releases of the
GnuCash Open Source Accounting Software which will eventually lead to
the stable version 2.2.0. With this new release series, GnuCash i
Hi!
Just thought I'd drop a note to say that I won't get to building the windows
release until monday. Things are a bit more busy this weekend than I
expected.
Nathan
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mai
On Sat, Apr 28, 2007 at 03:13:51PM -0400, Andreas Köhler wrote:
> Author: andi5
> Date: 2007-04-28 15:13:47 -0400 (Sat, 28 Apr 2007)
> New Revision: 16017
> Trac: http://svn.gnucash.org/trac/changeset/16017
>
> Removed:
>gnucash/trunk/src/scm/process.scm
YEY! Way to go, Andi!
> @@ -519,13 +
Hi,
David Hampton schrieb:
> On Sat, 2007-04-28 at 12:04 -0400, Andreas Köhler wrote:
>
>> - if (kill_it) {
>> + if (kill_it && !proc->dead) {
>> /* give it a chance to die */
>> -g_main_context_iteration (NULL, FALSE);
>> +while (g_main_context_iteration (NULL, FALSE) && !proc->d
On Sat, 2007-04-28 at 12:04 -0400, Andreas Köhler wrote:
> - if (kill_it) {
> + if (kill_it && !proc->dead) {
> /* give it a chance to die */
> -g_main_context_iteration (NULL, FALSE);
> +while (g_main_context_iteration (NULL, FALSE) && !proc->dead)
> + ;
Can this block forev