aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-01-26 23:20:07 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-01-26 23:20:07 +0800
commitfcdec6a2c1b3383b61d98ab6add8755fedc0a88a (patch)
tree3b3bf1311a599c2098815301a47fd2421c4c8e5f /src/window-commands.c
parentf0ed62fd5de56876d5257d6def06a761aa364e09 (diff)
downloadgsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar
gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.gz
gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.bz2
gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.lz
gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.xz
gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.tar.zst
gsoc2013-epiphany-fcdec6a2c1b3383b61d98ab6add8755fedc0a88a.zip
*** empty log message ***
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c6
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