aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-04-17 20:59:52 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-17 20:59:52 +0800
commit609b92cfa632385313d1d2421b516bdb41fdbf00 (patch)
tree09fc963d624f5723fc75551eb125b3d7d825f795 /src/ephy-window.c
parent9e94d5208ee7d936c6d3595435b9364fec5850dd (diff)
downloadgsoc2013-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 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 11a5e9b28..f9cd8addd 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -316,7 +316,6 @@ ephy_window_get_type (void)
"EphyWindow",
&our_info, 0);
}
-
return ephy_window_type;
}