From: Gabriel S. <ni...@go...> - 2007-03-27 22:11:58
|
On Tue, 2007-03-27 at 14:22 -0700, Sean Egan wrote: > Because GtkComboBox was introduced in GTK+ 2.4 (I think... somewhere > thereabout... maybe 2.6), and Gaim is obligated to run on GTK+ 2.0. Aaaah, OK. Well, I /did/ structured my patch using #ifdef statements, so I could replace my current #ifdef condition with GTK_CHECK_VERSION. We would then have GtkComboBoxes if the version is high enough, and fall back to GtkOptionMenu otherwise. Would that be acceptable ? Gabriel |