GNOME Bugzilla – Bug 358106
configure doesn't check if gtk+-2.10 is present when typing-break is built
Last modified: 2007-02-04 17:24:47 UTC
control-center-2.16 uses GtkStatusIcon in typing break, but configure.in doesn't check for >=gtk+-2.10 in case of TYPING_BREAK, even though earlier versions of GTK+ do not have GtkStatusIcon. The highest check for gtk is 2.8, but with typing break build requested it should be 2.10.
*** Bug 371560 has been marked as a duplicate of this bug. ***
*** Bug 404225 has been marked as a duplicate of this bug. ***
2007-02-04 Jens Granseuer <jensgr@gmx.net> * configure.in: up GTK+ requirement to 2.10 (fixes #358106)