diff options
author | Ted Gould <ted@gould.cx> | 2009-12-10 12:53:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-10 12:53:54 -0600 |
commit | af702a42770fcbd3140bd626941c6bbb5a714213 (patch) | |
tree | 6c76a0010b228dd66f5aee868acbc58b7742fc1e /libdbusmenu-gtk/client.h | |
parent | aaa4ebbb1825dc423b08dd6801712bc92556de86 (diff) | |
parent | 3b94f54d8e4ae546c922e6561234ed2070d9c169 (diff) | |
download | libdbusmenu-af702a42770fcbd3140bd626941c6bbb5a714213.tar.gz libdbusmenu-af702a42770fcbd3140bd626941c6bbb5a714213.tar.bz2 libdbusmenu-af702a42770fcbd3140bd626941c6bbb5a714213.zip |
* Upstream release 0.1.8
* Changing the name to org.ayatana
* Underline fixes
* Documenation of the DBus API
Diffstat (limited to 'libdbusmenu-gtk/client.h')
-rw-r--r-- | libdbusmenu-gtk/client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libdbusmenu-gtk/client.h b/libdbusmenu-gtk/client.h index b1d816f..4cfbdcf 100644 --- a/libdbusmenu-gtk/client.h +++ b/libdbusmenu-gtk/client.h @@ -29,8 +29,7 @@ License version 3 and version 2.1 along with this program. If not, see #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 |