Hi all,

I noticed that the current balsa gtk3 git does not compile on Ubuntu 14.04 LTS 
which comes with gtk3 3.10.8:  configure.ac requires gtk+-3.0 >= 3.4.0, but in 
several places the dialogue flag GTK_DIALOG_USE_HEADER_BAR is used which has been 
added with gtk3 3.12.

To get the code working on Ubuntu 14.04, IMO there are two quick solutions:
- wrap the GTK_DIALOG_USE_HEADER_BAR into #ifdef .. #endif (ugly, clutters the 
code)
- let configure check for gtk3 < 3.12 and "#define GTK_DIALOG_USE_HEADER_BAR 0" 
in this case (evil hack)

Opinions?

Cheers, Albrecht.

Attachment: pgpv8eFs6pg46.pgp
Description: PGP signature

_______________________________________________
balsa-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/balsa-list

Reply via email to