aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-02-01 03:26:37 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-01 03:26:37 +0800
commit7423fae667b40119604f2376a0bc2cc14701bbe5 (patch)
treea0c0025a9c4929bafb72cdeb7dccaa44e071c7e7 /lib
parent69f9268e0676daa1d8a358d568355f73665c4f2d (diff)
downloadgsoc2013-epiphany-7423fae667b40119604f2376a0bc2cc14701bbe5.tar
gsoc2013-epiphany-7423fae667b40119604f2376a0bc2cc14701bbe5.tar.gz
gsoc2013-epiphany-7423fae667b40119604f2376a0bc2cc14701bbe5.tar.bz2
gsoc2013-epiphany-7423fae667b40119604f2376a0bc2cc14701bbe5.tar.lz
gsoc2013-epiphany-7423fae667b40119604f2376a0bc2cc14701bbe5.tar.xz
gsoc2013-epiphany-7423fae667b40119604f2376a0bc2cc14701bbe5.tar.zst
gsoc2013-epiphany-7423fae667b40119604f2376a0bc2cc14701bbe5.zip
Make favorites really work and avoid they crash when closing window, 0.5
2003-01-31 Marco Pesenti Gritti <marco@it.gnome.org> * lib/ephy-types.h: * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): * src/ephy-favorites-menu.c: (ephy_favorites_menu_clean), (ephy_favorites_menu_rebuild): Make favorites really work and avoid they crash when closing window, 0.5 is nearer now :)
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ephy-types.h b/lib/ephy-types.h
index da27ceaaf..4b3652527 100644
--- a/lib/ephy-types.h
+++ b/lib/ephy-types.h
@@ -36,6 +36,7 @@ enum
{
BOOKMARKS_NODE_ID = 0,
KEYWORDS_NODE_ID = 1,
+ FAVORITES_NODE_ID = 2,
HOSTS_NODE_ID = 5,
PAGES_NODE_ID = 6,
ICONS_NODE_ID = 9,