GNOME Bugzilla – Bug 349261
Help kill libegg
Last modified: 2006-11-18 12:03:54 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 76783 [details] [review] Use gtk+ 2.10 recent files support
Looks nice except for these glitches (already mentioned on Jabber, just keeping them over here): cria-main-window.c:99: das sternchen ist inkonsistent plaziert 105: ditto 447: indentation des '=' zeichens 998: bitte einen doppelpunkt an das FIXME: setzen
Created attachment 76804 [details] [review] Use gtk+ 2.10 recent files support (Fixed coding style)
2006-11-18 Jan Arne Petersen <jpetersen@jpetersen.org> * configure.in: * copy-src/Makefile.am: * copy-src/recent-files: * doc/reference/Makefile.am: * src/Makefile.am: remove egg recent files support * data/criawips.desktop.in: fix exec line * src/application.c: * src/application.h: * src/dom/cria-presentation.c: replace cria_application_add_to_recent with cria_main_window_add_to_recent * data/criawips.ui: * src/widgets/cria-main-window.c: use gtk+ 2.10 recent files support