summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-22 00:04:10 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-22 00:04:10 +0000
commitfc7892b785f5c74873cc42c6ba33f31efeb9a0ce (patch)
tree6c4287744e4af96969acf9f6b4820aaeba27fcef /mixgtk/mixgtk.c
parent489ba06bdca04d167d891850a13d6316d02d78d5 (diff)
downloadmdk-fc7892b785f5c74873cc42c6ba33f31efeb9a0ce.tar.gz
mdk-fc7892b785f5c74873cc42c6ba33f31efeb9a0ce.tar.bz2
color custumozation added
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;