pspp-dev
[Top][All Lists]
Advanced

[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.

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]