diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmarks.c | 6 | ||||
-rw-r--r-- | src/ephy-shell.c | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index 1dea94539..bf77ed3f7 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -47,12 +47,6 @@ struct EphyBookmarksPrivate GStaticRWLock *keywords_hash_lock; }; -enum -{ - BOOKMARKS_NODE_ID = 0, - KEYWORDS_NODE_ID = 1 -}; - static void ephy_bookmarks_class_init (EphyBookmarksClass *klass); static void diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 2f2c207e6..e10af0ee2 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -27,6 +27,7 @@ #include "ephy-file-helpers.h" #include "ephy-thread-helpers.h" #include "ephy-bookmarks-import.h" +#include "ephy-debug.h" #include <string.h> #include <libgnomeui/gnome-client.h> @@ -192,6 +193,7 @@ ephy_shell_init (EphyShell *gs) g_object_add_weak_pointer (G_OBJECT(ephy_shell), (gpointer *)&ephy_shell); + ephy_debug_init (); ephy_thread_helpers_init (); ephy_node_system_init (); ephy_file_helpers_init (); |