diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-23 20:52:52 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-23 20:52:52 +0800 |
commit | 4d8e9ed180c6d1506905e14fcc9ba26a7c24db19 (patch) | |
tree | f290f8564850f2076c2eff75942076306953f963 /src/Makefile.am | |
parent | d92e40e0fb9d3eaabb4984111887fa54b1aeb0d0 (diff) | |
download | gsoc2013-epiphany-4d8e9ed180c6d1506905e14fcc9ba26a7c24db19.tar.gz gsoc2013-epiphany-4d8e9ed180c6d1506905e14fcc9ba26a7c24db19.tar.zst gsoc2013-epiphany-4d8e9ed180c6d1506905e14fcc9ba26a7c24db19.zip |
Move the spinner in his own mini toolbar.
2003-10-23 Marco Pesenti Gritti <marco@gnome.org>
* 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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ |