diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-19 19:41:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-12-26 16:48:52 +0800 |
commit | 9db3e4d18cc032bf1246caf80115af291d672bf5 (patch) | |
tree | 88dd671519ea5f4d4d96c1118e0945fc5effe4dd /libempathy-gtk/empathy-webkit-utils.h | |
parent | c4d4989d12cf0854167e8881e8077bece0c91161 (diff) | |
download | gsoc2013-empathy-9db3e4d18cc032bf1246caf80115af291d672bf5.tar gsoc2013-empathy-9db3e4d18cc032bf1246caf80115af291d672bf5.tar.gz gsoc2013-empathy-9db3e4d18cc032bf1246caf80115af291d672bf5.tar.bz2 gsoc2013-empathy-9db3e4d18cc032bf1246caf80115af291d672bf5.tar.lz gsoc2013-empathy-9db3e4d18cc032bf1246caf80115af291d672bf5.tar.xz gsoc2013-empathy-9db3e4d18cc032bf1246caf80115af291d672bf5.tar.zst gsoc2013-empathy-9db3e4d18cc032bf1246caf80115af291d672bf5.zip |
add EMPATHY_WEBKIT_MENU_INSPECT flag
https://bugzilla.gnome.org/show_bug.cgi?id=684357
Diffstat (limited to 'libempathy-gtk/empathy-webkit-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-webkit-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-webkit-utils.h b/libempathy-gtk/empathy-webkit-utils.h index 9ab02eedd..034e3bf55 100644 --- a/libempathy-gtk/empathy-webkit-utils.h +++ b/libempathy-gtk/empathy-webkit-utils.h @@ -29,6 +29,7 @@ G_BEGIN_DECLS typedef enum { EMPATHY_WEBKIT_MENU_CLEAR = 1 << 0, + EMPATHY_WEBKIT_MENU_INSPECT = 1 << 1, } EmpathyWebKitMenuFlags; EmpathyStringParser * empathy_webkit_get_string_parser (gboolean smileys); |