← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~bratsche/dbusmenu/fix-includes-in-client-h into lp:dbusmenu

 

Cody Russell has proposed merging lp:~bratsche/dbusmenu/fix-includes-in-client-h into lp:dbusmenu.

    Requested reviews:
    DBus Menu Team (dbusmenu-team)
Related bugs:
  #494846 libdbusmenu-gtk/client.h uses GtkMenuItem but doesn't #include <gtk/gtk.h>
  https://bugs.launchpad.net/bugs/494846

-- 
https://code.launchpad.net/~bratsche/dbusmenu/fix-includes-in-client-h/+merge/15916
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'libdbusmenu-gtk/client.h'
--- libdbusmenu-gtk/client.h	2009-08-26 21:58:46 +0000
+++ libdbusmenu-gtk/client.h	2009-12-10 04:09:12 +0000
@@ -29,8 +29,7 @@
 #ifndef __DBUSMENU_GTKCLIENT_H__
 #define __DBUSMENU_GTKCLIENT_H__
 
-#include <glib.h>
-#include <glib-object.h>
+#include <gtk/gtk.h>
 #include <libdbusmenu-glib/client.h>
 
 G_BEGIN_DECLS


Follow ups