diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-04-17 20:59:52 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-17 20:59:52 +0800 |
commit | 609b92cfa632385313d1d2421b516bdb41fdbf00 (patch) | |
tree | 09fc963d624f5723fc75551eb125b3d7d825f795 /lib/widgets/Makefile.am | |
parent | 9e94d5208ee7d936c6d3595435b9364fec5850dd (diff) | |
download | gsoc2013-epiphany-609b92cfa632385313d1d2421b516bdb41fdbf00.tar gsoc2013-epiphany-609b92cfa632385313d1d2421b516bdb41fdbf00.tar.gz gsoc2013-epiphany-609b92cfa632385313d1d2421b516bdb41fdbf00.tar.bz2 gsoc2013-epiphany-609b92cfa632385313d1d2421b516bdb41fdbf00.tar.lz gsoc2013-epiphany-609b92cfa632385313d1d2421b516bdb41fdbf00.tar.xz gsoc2013-epiphany-609b92cfa632385313d1d2421b516bdb41fdbf00.tar.zst gsoc2013-epiphany-609b92cfa632385313d1d2421b516bdb41fdbf00.zip |
New abstracted implementations. Nicer and will be useful for history
2003-04-17 Marco Pesenti Gritti <marco@it.gnome.org>
* lib/widgets/Makefile.am:
* lib/widgets/ephy-node-view.c:
* lib/widgets/ephy-node-view.h:
* lib/widgets/ephy-tree-model-node.c:
* lib/widgets/ephy-tree-model-node.h:
New abstracted implementations.
Nicer and will be useful for
history dialog interface rehash to make
it more consistent with bookmarks (this
was the hard part of the work).
* src/bookmarks/Makefile.am:
* src/bookmarks/ephy-bookmarks-editor.c:
Use them.
* src/history-dialog.c:
Temp hack to keep the thing building until
I actually rewrite history dialog.
2
Diffstat (limited to 'lib/widgets/Makefile.am')
-rw-r--r-- | lib/widgets/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index 809041a49..d2d27ca03 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -21,10 +21,14 @@ libephywidgets_la_SOURCES = \ ephy-ellipsizing-label.h \ ephy-location-entry.c \ ephy-location-entry.h \ + ephy-node-view.c \ + ephy-node-view.h \ ephy-notebook.c \ ephy-notebook.h \ ephy-spinner.c \ ephy-spinner.h \ + ephy-tree-model-node.c \ + ephy-tree-model-node.h \ ephy-tree-model-sort.c \ ephy-tree-model-sort.h |