diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-30 16:20:47 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-30 16:20:47 +0100 |
commit | e79794e482337c26cdeb3daff28c12ea8fb2f5d8 (patch) | |
tree | 163d27c54f085476eb89f2f31f3fde14d855ba7d /plugins/taglist | |
parent | 7f0ccea48196a0da9523db3d566ee8020cd742a1 (diff) | |
download | pluma-e79794e482337c26cdeb3daff28c12ea8fb2f5d8.tar.bz2 pluma-e79794e482337c26cdeb3daff28c12ea8fb2f5d8.tar.xz |
plugins: Add GTK3 support
Diffstat (limited to 'plugins/taglist')
-rwxr-xr-x | plugins/taglist/pluma-taglist-plugin-panel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/taglist/pluma-taglist-plugin-panel.c b/plugins/taglist/pluma-taglist-plugin-panel.c index 367b8f04..4ed043da 100755 --- a/plugins/taglist/pluma-taglist-plugin-panel.c +++ b/plugins/taglist/pluma-taglist-plugin-panel.c @@ -41,7 +41,11 @@ #include <pluma/pluma-debug.h> #include <pluma/pluma-plugin.h> +#include <gtk/gtk.h> #include <gdk/gdkkeysyms.h> +#if GTK_CHECK_VERSION (3, 0, 0) +#include <gdk/gdkkeysyms-compat.h> +#endif #include <glib/gi18n.h> #define PLUMA_TAGLIST_PLUGIN_PANEL_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), \ |