summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'mixgtk/mixgtk.c')
-rw-r--r--mixgtk/mixgtk.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mixgtk/mixgtk.c b/mixgtk/mixgtk.c
index 1bbc175..2e2b44c 100644
--- a/mixgtk/mixgtk.c
+++ b/mixgtk/mixgtk.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mixgtk.c :
* Main function of the mix gtk front-end
* ------------------------------------------------------------------
- * Last change: Time-stamp: "01/03/14 23:08:50 jose"
+ * Last change: Time-stamp: "2001-04-22 01:00:42 jao"
* ------------------------------------------------------------------
* Copyright (C) 2001 Free Software Foundation, Inc.
*
@@ -30,6 +30,7 @@
#include "mixgtk_mixvm.h"
#include "mixgtk_mixal.h"
#include "mixgtk_input.h"
+#include "mixgtk_colorsel.h"
int
main(int argc, char *argv[])
@@ -70,7 +71,7 @@ main(int argc, char *argv[])
return EXIT_FAILURE;
}
- if (!mixgtk_mixal_init (vm))
+ if (!mixgtk_mixal_init (vm) || !mixgtk_colorsel_init ())
{
g_error ("Unable to initialise application (mixal widgets)\n");
return EXIT_FAILURE;