From 62bd43f7d8a97b9a8b84f71cfefdb69f303638aa Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 10 May 2003 17:28:07 +0000 Subject: Alphabetical sort of bookmarks menu elements, fixes #111315. Also create Alphabetical sort of bookmarks menu elements, fixes #111315. Also create ephy-node-common.h with some general enums. --- embed/ephy-favicon-cache.c | 1 + embed/ephy-history.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'embed') diff --git a/embed/ephy-favicon-cache.c b/embed/ephy-favicon-cache.c index eae812691..3b3efef40 100644 --- a/embed/ephy-favicon-cache.c +++ b/embed/ephy-favicon-cache.c @@ -25,6 +25,7 @@ #include "ephy-embed-persist.h" #include "ephy-file-helpers.h" #include "ephy-favicon-cache.h" +#include "ephy-node-common.h" #include "ephy-node.h" #include "ephy-debug.h" diff --git a/embed/ephy-history.c b/embed/ephy-history.c index 5ea747080..42bf00d25 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -21,7 +21,7 @@ #include "ephy-file-helpers.h" #include "ephy-autocompletion-source.h" #include "ephy-debug.h" -#include "ephy-node-view.h" +#include "ephy-node-common.h" #include #include @@ -420,7 +420,7 @@ ephy_history_init (EphyHistory *eb) &value); g_value_unset (&value); g_value_init (&value, G_TYPE_INT); - g_value_set_int (&value, EPHY_NODE_VIEW_ALL_PRIORITY); + g_value_set_int (&value, EPHY_NODE_ALL_PRIORITY); ephy_node_set_property (eb->priv->pages, EPHY_NODE_PAGE_PROP_PRIORITY, &value); -- cgit v1.2.3