diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index c38ccde97..48479061e 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -38,7 +38,7 @@ #include "ephy-new-bookmark.h" #include "ephy-file-chooser.h" #include "ephy-file-helpers.h" -#include "toolbar.h" +#include "ephy-toolbar.h" #include "ephy-state.h" #include "ephy-gui.h" #include "ephy-zoom.h" @@ -916,11 +916,11 @@ void window_cmd_load_location (GtkAction *action, EphyWindow *window) { - Toolbar *toolbar; + EphyToolbar *toolbar; const char *location; toolbar = EPHY_TOOLBAR (ephy_window_get_toolbar (window)); - location = toolbar_get_location (toolbar); + location = ephy_toolbar_get_location (toolbar); if (location) { |