diff options
author | Claudio Saavedra <csaavedra@igalia.com> | 2012-04-04 21:36:59 +0800 |
---|---|---|
committer | Claudio Saavedra <csaavedra@igalia.com> | 2012-09-01 02:34:00 +0800 |
commit | 224d74346147e3810069dc33367a49f4b3a6091c (patch) | |
tree | df9db4878dc986b883e4954cb7da9a692af537da /lib/widgets/Makefile.am | |
parent | 8d260a1a0af94d01e5b90db70746a83bf5ea71de (diff) | |
download | gsoc2013-epiphany-224d74346147e3810069dc33367a49f4b3a6091c.tar gsoc2013-epiphany-224d74346147e3810069dc33367a49f4b3a6091c.tar.gz gsoc2013-epiphany-224d74346147e3810069dc33367a49f4b3a6091c.tar.bz2 gsoc2013-epiphany-224d74346147e3810069dc33367a49f4b3a6091c.tar.lz gsoc2013-epiphany-224d74346147e3810069dc33367a49f4b3a6091c.tar.xz gsoc2013-epiphany-224d74346147e3810069dc33367a49f4b3a6091c.tar.zst gsoc2013-epiphany-224d74346147e3810069dc33367a49f4b3a6091c.zip |
Add EphyFrecentStore class files
This subclass of EphyOverviewStore displays the most frecently visited
pages.
https://bugzilla.gnome.org/show_bug.cgi?id=455173
Diffstat (limited to 'lib/widgets/Makefile.am')
-rw-r--r-- | lib/widgets/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index 0232edfc5..bc53ec89d 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -67,6 +67,8 @@ libephywidgets_la_SOURCES = \ ephy-certificate-dialog.h \ ephy-download-widget.c \ ephy-download-widget.h \ + ephy-frecent-store.c \ + ephy-frecent-store.h \ ephy-history-view.c \ ephy-history-view.h \ ephy-hosts-store.c \ |