diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 12a23dbc8..fd450634f 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -590,7 +590,7 @@ ephy_shell_new_tab (EphyShell *shell, window = ephy_window_new (); } - toolbar = ephy_window_get_toolbar (window); + toolbar = EPHY_TOOLBAR (ephy_window_get_toolbar (window)); if (previous_tab) { |