Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@src.gnome.org>2008-04-27 15:52:51 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2008-04-27 15:52:51 (GMT)
commitae482b5ca216978f0fdc1e5b89e9709c3ff8b06b (patch)
tree2320788d243abd58ffdd3f0a4050988082d4721d /shell/main.c
parent5241892c3cd9adf747a919f78357a8fd0e1367ec (diff)
Merge branch 'ev-debug' into work
svn path=/trunk/; revision=3025
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index e0fc993..a552a32 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -21,6 +21,7 @@
#include "ev-application.h"
#include "ev-metadata-manager.h"
+#include "ev-debug.h"
#include <glib/gi18n.h>
#include <gdk/gdkx.h>
@@ -378,6 +379,8 @@ main (int argc, char *argv[])
}
#endif
+ ev_debug_init ();
+
#if WITH_GNOME
gnome_authentication_manager_init ();
#endif