From 4d8e9ed180c6d1506905e14fcc9ba26a7c24db19 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 23 Oct 2003 12:52:52 +0000 Subject: Move the spinner in his own mini toolbar. 2003-10-23 Marco Pesenti Gritti * data/ui/epiphany-toolbar.xml: * lib/egg/egg-editable-toolbar.c: (get_toolbar_position), (get_dock_nth), (get_toolbar_nth), (create_dock), (update_fixed), (toolbar_added_cb), (toolbar_removed_cb), (egg_editable_toolbar_construct), (egg_editable_toolbar_init), (egg_editable_toolbar_finalize), (egg_editable_toolbar_show), (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed): * lib/egg/egg-editable-toolbar.h: * src/Makefile.am: * src/toolbar.c: (toolbar_setup_actions), (toolbar_init), (toolbar_spinner_start), (toolbar_spinner_stop): Move the spinner in his own mini toolbar. --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7703b6b4c..cbe0fcb79 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,7 +59,6 @@ NOINST_H_FILES = \ ephy-location-action.h \ ephy-navigation-action.h \ ephy-plugin.h \ - ephy-spinner-action.h \ ephy-tabs-menu.h \ ephy-toolbars-model.h \ language-editor.h \ @@ -96,7 +95,6 @@ epiphany_bin_SOURCES = \ ephy-notebook.c \ ephy-plugin.c \ ephy-shell.c \ - ephy-spinner-action.c \ ephy-tab.c \ ephy-tab.h \ ephy-tabs-menu.c \ -- cgit