GNOME Bugzilla – Bug 424562
Drop support for GTK+ < 2.10
Last modified: 2007-05-24 19:17:13 UTC
Evolution 2.10 requires GTK+ 2.10 (due in part to the use of GtkPrint). For Evolution 2.11.x, I'd like to prune some dead backward-compatibility code for older GTK+ versions. I'd also like to dispose of EggTrayIcon, which is no longer needed [1]. [1] From e-util/eggtrayicon.h: /* The EggTrayIcon API is implementable only on X11. GTK+ 2.10 will * have a cross-platform status icon API. That code has been borrowed * into Evolution for Win32, see after the ifdef GDK_WINDOWING_X11 * block. */
Created attachment 85574 [details] [review] Proposed patch for Evolution
Created attachment 85575 [details] [review] Proposed patch for Evolution-Data-Server This one is trivial.
Looks fine to commit Matthew.
Patches committed to Subversion trunk: Revision 33573 (Evolution) Revision 7783 (Evolution-Data-Server) Thanks for reviewing!