aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.h
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gns@gnome.org>2009-10-27 18:09:57 +0800
committerGustavo Noronha Silva <gns@gnome.org>2009-10-30 02:23:11 +0800
commitc87401f28cb8ef3a645dfd5a687be6ddbbfe6790 (patch)
treef45c27535dc61afa233467a16af5018d20fb5c84 /src/popup-commands.h
parent68729d9fcdade0698b6e1ce979da271d49d7e3d0 (diff)
downloadgsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar
gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.gz
gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.bz2
gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.lz
gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.xz
gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.zst
gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.zip
Provide the Inspect Element menu item again
WebKit now provides API to start the web inspector, so we can restore the menu item. Bug #599473
Diffstat (limited to 'src/popup-commands.h')
-rw-r--r--src/popup-commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/popup-commands.h b/src/popup-commands.h
index b1531bd5f..ddfc67632 100644
--- a/src/popup-commands.h
+++ b/src/popup-commands.h
@@ -65,3 +65,6 @@ void popup_cmd_download_link (GtkAction *action,
void popup_cmd_save_image_as (GtkAction *action,
EphyWindow *window);
+
+void popup_cmd_inspect_element (GtkAction *action,
+ EphyWindow *window);