GNOME Bugzilla – Bug 349289
Help kill libegg
Last modified: 2006-07-30 12:01:26 UTC
+++ This bug was initially created as a clone of Bug #349256 +++ Please help kill libegg. Your module contains some egg code that is now deprecated thanks to new features, most probably the new GTK+ 2.10 features like: + GtkRecent* (deprecating EggRecent) + GtkStatusIcon (deprecating EggTrayIcon and EggStatusIcon) + GtkCellRendererAccel (deprecating EggCellRendererKeys) + GtkAccelGroup now has features to deprecate EggAccelerator (see bug 85780) Also, egg-screen-exec stuff has been deprecated: see http://cvs.gnome.org/viewcvs/*checkout*/libegg/libegg/screen-exec/README Also, EggIconList has become GtkIconView in GTK+ 2.6.
Thanks for this bug, Vincent. 2006-07-30 Sven Herzberg <herzi@gnome-de.org> * configure.in: depend on GTK+ 2.10 for GtkStatusIcon * src/Makefile.am: updated * src/callbacks.c, * src/main.c: compile fixes * src/eggtrayicon.c, * src/eggtrayicon.h: removed deprecated EggTrayIcon code * src/camorama-window.c, * src/v4l.h: use GtkStatusIcon instead of EggTrayIcon