diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-17 00:35:36 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-17 01:49:35 +0800 |
commit | 64d06cecbf24c4731acc5f6c0b6dde60a5938027 (patch) | |
tree | c703252f673cc8e131867553209f2668002818b0 /src/Makefile.am | |
parent | 3d7377cb22125311566c3699124005cd59181171 (diff) | |
download | gsoc2013-epiphany-64d06cecbf24c4731acc5f6c0b6dde60a5938027.tar gsoc2013-epiphany-64d06cecbf24c4731acc5f6c0b6dde60a5938027.tar.gz gsoc2013-epiphany-64d06cecbf24c4731acc5f6c0b6dde60a5938027.tar.bz2 gsoc2013-epiphany-64d06cecbf24c4731acc5f6c0b6dde60a5938027.tar.lz gsoc2013-epiphany-64d06cecbf24c4731acc5f6c0b6dde60a5938027.tar.xz gsoc2013-epiphany-64d06cecbf24c4731acc5f6c0b6dde60a5938027.tar.zst gsoc2013-epiphany-64d06cecbf24c4731acc5f6c0b6dde60a5938027.zip |
Stop using GtkUIManager to create the toolbar
Otherwise it's difficult to get the right layout for theming.
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 d916499be..f89a0219f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ NOINST_H_FILES = \ ephy-navigation-history-action.h \ ephy-page-menu-action.h \ ephy-password-info.h \ + ephy-toolbar.h \ languages.h \ pdm-dialog.h \ popup-commands.h \ @@ -70,6 +71,7 @@ libephymain_la_SOURCES = \ ephy-password-info.c \ ephy-session.c \ ephy-shell.c \ + ephy-toolbar.c \ ephy-window.c \ pdm-dialog.c \ popup-commands.c \ |