After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 567285 - Migrate gnome-popup-menu to GtkUIManager
Migrate gnome-popup-menu to GtkUIManager
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
2.26.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks: 580887
 
 
Reported: 2009-01-10 17:25 UTC by André Klapper
Modified: 2013-09-13 00:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-01-10 17:25:52 UTC
http://library.gnome.org/devel/libgnomeui/stable/libgnomeui-gnome-popup-menu.html

According to http://live.gnome.org/LibgnomeMustDie gnome-popup-menu has been "presumably" replaced by GtkUIManager. Harhar.


$:andre\> grep -r gnome-popup-menu .
./widgets/misc/e-activity-handler.c:#include <libgnomeui/gnome-popup-menu.h>
./widgets/misc/e-dropdown-button.c:#include <libgnomeui/gnome-popup-menu.h>
./mail/mail-autofilter.c:#include <libgnomeui/gnome-popup-menu.h>
$:andre\>
Comment 1 Matthew Barnes 2009-01-10 22:11:37 UTC
For all three cases we can simply remove the #include.  Still compiles fine.

Fixed in revision 37027.