From c87401f28cb8ef3a645dfd5a687be6ddbbfe6790 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Tue, 27 Oct 2009 08:09:57 -0200 Subject: 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 --- src/popup-commands.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/popup-commands.h') 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); -- cgit v1.2.3