summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorrhp <rhp>2001-05-31 03:30:58 +0000
committerrhp <rhp>2001-05-31 03:30:58 +0000
commit1785975f3880c82824b05f82e8d6f2ef923d28bb (patch)
tree6438be2d49e7e113651368df0d85a09fc7e60c0c /src/main.c
parent287b6b15d3840d6546bbc55f9dbd7b3d098429c3 (diff)
downloadmetacity-1785975f3880c82824b05f82e8d6f2ef923d28bb.tar.gz
...
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 6f5c40e8..a22cce2a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -22,6 +22,7 @@
#include "main.h"
#include "util.h"
#include "display.h"
+#include "errors.h"
#include <stdlib.h>
@@ -33,6 +34,8 @@ main (int argc, char **argv)
{
meta_main_loop = g_main_loop_new (NULL, FALSE);
+ meta_errors_init ();
+
if (!meta_display_open (NULL))
meta_exit (META_EXIT_ERROR);