diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index a8957a0ed..66a3539bb 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -29,6 +29,7 @@ #include "ephy-bookmarks-editor.h" #include "ephy-new-bookmark.h" #include "egg-toggle-action.h" +#include "ephy-editable-toolbar.h" #include <string.h> #include <libgnomevfs/gnome-vfs-uri.h> @@ -639,6 +640,11 @@ void window_cmd_edit_toolbar (EggAction *action, EphyWindow *window) { + Toolbar *toolbar; + + toolbar = ephy_window_get_toolbar (window); + + ephy_editable_toolbar_edit (EPHY_EDITABLE_TOOLBAR (toolbar)); } void |