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 565494 - Remove libgnomevfs include in megaphone-applet.c
Remove libgnomevfs include in megaphone-applet.c
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
2.25.x
Other Linux
: Normal major
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks: 588322
 
 
Reported: 2008-12-23 19:19 UTC by André Klapper
Modified: 2009-07-11 16:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch (507 bytes, patch)
2008-12-23 19:19 UTC, André Klapper
committed Details | Review

Description André Klapper 2008-12-23 19:19:04 UTC
According to bug 514380 empathy does not depend on gnome-vfs anymore, but
/megaphone/src/megaphone-applet.c in trunk still contains the line
 	#include <libgnomevfs/gnome-vfs-utils.h> 

This breaks my build (I may have stricter flags) and removing that one line fixes it.
Comment 1 André Klapper 2008-12-23 19:19:54 UTC
Created attachment 125216 [details] [review]
Trivial patch
Comment 2 Xavier Claessens 2008-12-24 09:58:12 UTC
Thanks for the patch, committed.