Add a warning about the code revamp

This commit is contained in:
Miguel de Icaza 1998-10-18 22:43:02 +00:00
parent dd9ceddfc2
commit c132ae4886
1 changed files with 9 additions and 1 deletions

View File

@ -94,7 +94,15 @@ xtoolkit_init (int *argc, char *argv [])
{
LINES = 40;
COLS = 80;
printf (
"The GNOME file manager is going trough a massive code\n"
"rewrite, so many problems are known to exist due to a major\n"
"code design shift.\n\n"
"Yes, we know there are lots of problems in the current code\n"
"so dont even report them, when the major design has finished\n"
"I will remove this notice\n");
/* gnome_init ("gmc", NULL, *argc, argv, 0, NULL); */
gmc_color_init ();
/* FIXME: Maybe this should return something from gnome_init() */