diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 8d335fe6d..cec3ba859 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -626,7 +626,8 @@ window_cmd_edit_toolbar (EggAction *action, toolbar = ephy_window_get_toolbar (window); - ephy_editable_toolbar_edit (EPHY_EDITABLE_TOOLBAR (toolbar)); + ephy_editable_toolbar_edit (EPHY_EDITABLE_TOOLBAR (toolbar), + GTK_WIDGET (window)); } void |