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

_______________________________________________
pspp-dev mailing list
pspp-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to