diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2011-12-16 00:27:35 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2011-12-18 01:47:58 +0800 |
commit | b1cd68562f3ceaf17a803f0f9161c28fdc5ba766 (patch) | |
tree | 32706d6771ef799bd17c051b1bd42ba218fc429f /src/Makefile.am | |
parent | 33cb922f3c7135a8f4e696f4637d1a6878b93b62 (diff) | |
download | gsoc2013-epiphany-b1cd68562f3ceaf17a803f0f9161c28fdc5ba766.tar gsoc2013-epiphany-b1cd68562f3ceaf17a803f0f9161c28fdc5ba766.tar.gz gsoc2013-epiphany-b1cd68562f3ceaf17a803f0f9161c28fdc5ba766.tar.bz2 gsoc2013-epiphany-b1cd68562f3ceaf17a803f0f9161c28fdc5ba766.tar.lz gsoc2013-epiphany-b1cd68562f3ceaf17a803f0f9161c28fdc5ba766.tar.xz gsoc2013-epiphany-b1cd68562f3ceaf17a803f0f9161c28fdc5ba766.tar.zst gsoc2013-epiphany-b1cd68562f3ceaf17a803f0f9161c28fdc5ba766.zip |
Combine the Reload and Stop toolbar buttons into one
Add a combined action that toggles itself between the two states and
instantiate it from the window. Replace the Reload and Stop buttons
with the combined one in the default toolbar description.
https://bugzilla.gnome.org/show_bug.cgi?id=657655
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 45b55d210..d71fd4263 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,7 @@ header_DATA = \ NOINST_H_FILES = \ ephy-action-helper.h \ + ephy-combined-stop-reload-action.h \ ephy-encoding-dialog.h \ ephy-encoding-menu.h \ ephy-find-toolbar.h \ @@ -50,6 +51,7 @@ libephymain_la_SOURCES = \ ephy-action-helper.c \ ephy-completion-model.c \ ephy-completion-model.h \ + ephy-combined-stop-reload-action.c \ ephy-encoding-dialog.c \ ephy-encoding-menu.c \ ephy-extension.c \ |