diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-19 02:04:18 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-19 02:04:18 -0800 |
commit | 4f79502e2c626d037b380f451c16ce1135ea3623 (patch) | |
tree | 31c1ebf3bda44cd1f8c5fb27de356caf3037567f /maximus/tomboykeybinder.h | |
parent | 98be82c4742bf3a5be20d07d70b1a81beadda4f5 (diff) | |
parent | 879bd3789e84f31d90cf1b46a2985c6e78685609 (diff) | |
download | mate-netbook-4f79502e2c626d037b380f451c16ce1135ea3623.tar.bz2 mate-netbook-4f79502e2c626d037b380f451c16ce1135ea3623.tar.xz |
Merge pull request #1 from sbalneav/mastermate-netbook-1.5.0
Fixed deprecation, compile error & warnings.
Diffstat (limited to 'maximus/tomboykeybinder.h')
-rw-r--r-- | maximus/tomboykeybinder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maximus/tomboykeybinder.h b/maximus/tomboykeybinder.h index 97c1887..ea70ef4 100644 --- a/maximus/tomboykeybinder.h +++ b/maximus/tomboykeybinder.h @@ -18,7 +18,7 @@ #ifndef __TOMBOY_KEY_BINDER_H__ #define __TOMBOY_KEY_BINDER_H__ -#include <glib/gtypes.h> +#include <glib.h> G_BEGIN_DECLS |