diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 (); |