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 6d65a04c6..f9e5ecf72 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -35,7 +35,7 @@ #include "ephy-bookmarks-editor.h" #include "ephy-new-bookmark.h" #include "egg-toggle-action.h" -#include "ephy-editable-toolbar.h" +#include "egg-editable-toolbar.h" #include "toolbar.h" #include <string.h> @@ -663,8 +663,8 @@ window_cmd_edit_toolbar (EggAction *action, toolbar = ephy_window_get_toolbar (window); - ephy_editable_toolbar_edit (EPHY_EDITABLE_TOOLBAR (toolbar), - GTK_WIDGET (window)); + egg_editable_toolbar_edit (EGG_EDITABLE_TOOLBAR (toolbar), + GTK_WIDGET (window)); } void |