[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: Problems with pspp on fresh toolchain
From: |
John Darrington |
Subject: |
Re: Re: Problems with pspp on fresh toolchain |
Date: |
Sun, 15 Jan 2012 12:14:28 +0000 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Sun, Jan 15, 2012 at 12:31:14PM +0100, Harry Thijssen wrote:
Ok
>Find out wheterh psppire_output_submit is getting called or not.
It is.
gtk_window_set_urgency_hint seems to be the troublemaker. If I comment
this out, the program works.
====
/*
gtk_window_set_urgency_hint (GTK_WINDOW (pod->viewer), TRUE);
*/
done:
cairo_destroy (cr);
}
====
Replacing
gtk_window_set_urgency_hint (GTK_WINDOW (pod->viewer), TRUE);
with
gtk_window_set_urgency_hint (NULL, TRUE);
Also works.
My GTK2 version is 2.24.8-1.7
Did your old tool chain use a different version?
I presume pod->viewer points to a valid GtkWindow. If it didn't then
lots of other things would be going wrong.
Make sure that everything else works ok.
Are there any GtkCritical or GtkWarning messages on the console?
J'
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://keys.gnupg.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- Re: Problems with pspp on fresh toolchain, (continued)
- Re: Problems with pspp on fresh toolchain, Ben Pfaff, 2012/01/14
- Re: Re: Problems with pspp on fresh toolchain, harry . thijssen, 2012/01/14
- Re: Re: Problems with pspp on fresh toolchain, John Darrington, 2012/01/14
- Re: Re: Problems with pspp on fresh toolchain, Harry Thijssen, 2012/01/14
- Re: Re: Problems with pspp on fresh toolchain, John Darrington, 2012/01/14
- Re: Re: Problems with pspp on fresh toolchain, Harry Thijssen, 2012/01/14
- Re: Re: Problems with pspp on fresh toolchain, John Darrington, 2012/01/15
- Re: Re: Problems with pspp on fresh toolchain, Harry Thijssen, 2012/01/15
- Re: Re: Problems with pspp on fresh toolchain, John Darrington, 2012/01/15
- Re: Re: Problems with pspp on fresh toolchain, Harry Thijssen, 2012/01/15
- Re: Re: Problems with pspp on fresh toolchain,
John Darrington <=
- Re: Re: Problems with pspp on fresh toolchain, Harry Thijssen, 2012/01/15
- Re: Re: Problems with pspp on fresh toolchain, John Darrington, 2012/01/15
- Message not available
- Re: Re: Problems with pspp on fresh toolchain, John Darrington, 2012/01/16
- Re: Re: Re: Problems with pspp on fresh toolchain, harry . thijssen, 2012/01/16