]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-idle.c
Remove workaround for mc-enum-types.h not being installed by MC and bump
[empathy.git] / libempathy / empathy-idle.c
index efe67ddd8a5a2d77af2af212595eac7025fb51c0..4c7344e9b804ebc9680a9d09b7d8ae2ac2af5def 100644 (file)
 #include <dbus/dbus-glib.h>
 
 #include <libtelepathy/tp-helpers.h>
+#include <libmissioncontrol/mc-enum-types.h>
 
 #include "empathy-idle.h"
 #include "empathy-utils.h" 
 #include "empathy-debug.h"
 
-/* FIXME mission-control does not install libmissioncontrol/mc-enum-types.h so
- * we have to define MC_TYPE_PRESENCE here. See sf.net bug #1768235,
- * https://sf.net/tracker/?func=detail&atid=932444&aid=1768235&group_id=190214 */
-#ifndef MC_TYPE_PRESENCE
-GType mc_presence_get_type (void) G_GNUC_CONST;
-#define MC_TYPE_PRESENCE (mc_presence_get_type())
-#endif
-
 #define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), \
                       EMPATHY_TYPE_IDLE, EmpathyIdlePriv))