diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-favicon-cache.c | 1 | ||||
-rw-r--r-- | embed/ephy-history.c | 4 |
2 files changed, 3 insertions, 2 deletions
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 <time.h> #include <string.h> @@ -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); |