Merge authors: Cody Russell (bratsche) Related merge proposals: https://code.launchpad.net/~bratsche/dbusmenu/fix-includes-in-client-h/+merge/15916 proposed by: Cody Russell (bratsche) ------------------------------------------------------------ revno: 36 [merge] author: Cody Russell <[email protected]> committer: Ted Gould <[email protected]> branch nick: trunk timestamp: Wed 2009-12-09 22:26:29 -0600 message: Fixing includes in the dbusmenu-gtk client.h modified: libdbusmenu-gtk/client.h
-- lp:dbusmenu https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk Your team ayatana-commits is subscribed to branch lp:dbusmenu. To unsubscribe from this branch go to https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription.
=== 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:06:29 +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
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-commits Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-commits More help : https://help.launchpad.net/ListHelp

