GNOME Bugzilla – Bug 349259
Help kill libegg
Last modified: 2007-07-02 10:37:37 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.
Created attachment 74752 [details] [review] patch to kill libegg in gnome-phone-manager
2007-07-02 Bastien Nocera <hadess@hadess.net> * libegg/*: remove outdated copy of libegg * Makefile.am: * configure.in: * src/Makefile.am: * src/app.h: * src/icon.c: (tray_icon_activate_cb), (tray_icon_popup_menu_cb), (load_icon), (flash_icon), (enable_flasher), (set_icon_state), (program_icon), (tray_icon_init), (tray_icon_hide): * src/main.c: (main): * src/ui.c: (ui_init): Use GtkStatusIcon instead of the EggTrayIcon (Closes: #349259)